#996D27

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

Shades of Buttered Rum #996D27

Tints of Buttered Rum #996D27

Color information

#996D27 (or 0x996D27) is unknown color: approx Buttered Rum. HEX triplet: 99, 6D and 27. RGB value is (153,109,39). Sum of RGB (Red+Green+Blue) = 153+109+39=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #996D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D27 is #6692D8. Grayscale: #727272. Windows color (decimal): -6722265 or 2583961. OLE color: 2583961.

HSL color Cylindrical-coordinate representation of color #996D27: hue angle of 36.84º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #996D27 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15310939-
CMYK00.290.750.4
HSL36.84º59.38%37.65%-
HSV(B)36.84º74.51%60%-
XYZ18.9717.864.37-
YUV114.1885.58155.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 39 (15.62% from 255) = 12.96%
R=50.83%
G=36.21%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531093900.290.750.436.8459.3837.65
Hex996D2701D4B28253b26
Octal2311554703511350457346
Binary1001100111011011001110111011001011101000100101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,109,39); }

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

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

 a { background-color: rgb(153,109,39); }

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

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

 span { border-color: rgb(153,109,39); }

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