#996E25

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

Shades of Buttered Rum #996E25

Tints of Buttered Rum #996E25

Color information

#996E25 (or 0x996E25) is unknown color: approx Buttered Rum. HEX triplet: 99, 6E and 25. RGB value is (153,110,37). Sum of RGB (Red+Green+Blue) = 153+110+37=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #996E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E25 is #6691DA. Grayscale: #727272. Windows color (decimal): -6722011 or 2453145. OLE color: 2453145.

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

Color convert

RGB15311037-
CMYK00.280.760.4
HSL37.76º61.05%37.25%-
HSV(B)37.76º75.82%60%-
XYZ19.0518.064.23-
YUV114.5484.25155.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 37 (14.84% from 255) = 12.33%
R=51%
G=36.67%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531103700.280.760.437.7661.0537.25
Hex996E2501C4C28263d25
Octal2311564503411450467545
Binary1001100111011101001010111001001100101000100110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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