#996E3B

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

Shades of Buttered Rum #996E3B

Tints of Buttered Rum #996E3B

Color information

#996E3B (or 0x996E3B) is unknown color: approx Buttered Rum. HEX triplet: 99, 6E and 3B. RGB value is (153,110,59). Sum of RGB (Red+Green+Blue) = 153+110+59=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #996E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E3B is #6691C4. Grayscale: #757575. Windows color (decimal): -6721989 or 3894937. OLE color: 3894937.

HSL color Cylindrical-coordinate representation of color #996E3B: hue angle of 32.55º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #996E3B is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB15311059-
CMYK00.280.610.4
HSL32.55º44.34%41.57%-
HSV(B)32.55º61.44%60%-
XYZ19.518.246.63-
YUV117.0495.25153.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=47.52%
G=34.16%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531105900.280.610.432.5544.3441.57
Hex996E3B01C3D28212c2a
Octal231156730347550415452
Binary100110011101110111011011100111101101000100001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996E3B; }

 p { color: rgb(153,110,59); }

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

<style>
 a { background-color: #996E3B; }

 a { background-color: rgb(153,110,59); }

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

<style>
 span { border-color: #996E3B; }

 span { border-color: rgb(153,110,59); }

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