#996D25

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

Shades of Buttered Rum #996D25

Tints of Buttered Rum #996D25

Color information

#996D25 (or 0x996D25) is unknown color: approx Buttered Rum. HEX triplet: 99, 6D and 25. RGB value is (153,109,37). Sum of RGB (Red+Green+Blue) = 153+109+37=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #996D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D25 is #6692DA. Grayscale: #727272. Windows color (decimal): -6722267 or 2452889. OLE color: 2452889.

HSL color Cylindrical-coordinate representation of color #996D25: hue angle of 37.24º 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 #996D25 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB15310937-
CMYK00.290.760.4
HSL37.24º61.05%37.25%-
HSV(B)37.24º75.82%60%-
XYZ18.9417.844.2-
YUV113.9584.58155.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 37 (14.84% from 255) = 12.37%
R=51.17%
G=36.45%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531093700.290.760.437.2461.0537.25
Hex996D2501D4C28253d25
Octal2311554503511450457545
Binary1001100111011011001010111011001100101000100101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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