#99712E

Color #99712E Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #99712E

Tints of Buttered Rum #99712E

Color information

#99712E (or 0x99712E) is unknown color: approx Buttered Rum. HEX triplet: 99, 71 and 2E. RGB value is (153,113,46). Sum of RGB (Red+Green+Blue) = 153+113+46=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99712E is #668ED1. Grayscale: #757575. Windows color (decimal): -6721234 or 3043737. OLE color: 3043737.

HSL color Cylindrical-coordinate representation of color #99712E: hue angle of 37.57º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99712E is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB15311346-
CMYK00.260.700.4
HSL37.57º53.77%39.02%-
HSV(B)37.57º69.93%60%-
XYZ19.5418.785.18-
YUV117.3287.75153.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 46 (18.36% from 255) = 14.74%
R=49.04%
G=36.22%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531134600.260.700.437.5753.7739.02
Hex99712E01A4628263627
Octal2311615603210650466647
Binary1001100111100011011100110101000110101000100110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99712E; }

 p { color: rgb(153,113,46); }

 H1.HeaderClassName
 {
   color: #99712E;
 }
 .AnyTagClassName
 {
   color: #99712E;
 }
</style>
background-color css

<style>
 a { background-color: #99712E; }

 a { background-color: rgb(153,113,46); }

 div.DivClassName
 {
   background-color: #99712E;
 }
 .BgClassName
 {
   background-color: #99712E;
 }
</style>
border-color css

<style>
 span { border-color: #99712E; }

 span { border-color: rgb(153,113,46); }

 td.TdClassName
 {
   border-color: #99712E;
 }
 .TagClassName
 {
   border-color: #99712E;
 }
</style>