Shades of Buttered Rum #996F2C
Tints of Buttered Rum #996F2C
RGB
CMYK
RGB Variations
Color information
#996F2C (or 0x996F2C) is known color: Buttered Rum. HEX triplet: 99, 6F and 2C. RGB value is (153,111,44). Sum of RGB (Red+Green+Blue) = 153+111+44=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #996F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F2C is #6690D3. Grayscale: #747474. Windows color (decimal): -6721748 or 2912153. OLE color: 2912153.
HSL color Cylindrical-coordinate representation of color #996F2C: hue angle of 36.88º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #996F2C is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 44 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.4 |
| HSL | 36.88º | 0.55% | 0.39% | - |
| HSV(B) | 36.88º | 0.71% | 0.6% | - |
| XYZ | 19.28 | 18.32 | 4.9 | - |
| YUV | 115.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 44 | 0 | 0.27 | 0.71 | 0.4 | 36.88 | 0.55 | 0.39 |
| Hex | 99 | 6F | 2C | 0 | 1B | 47 | 28 | 25 | 37 | 27 |
| Octal | 231 | 157 | 54 | 0 | 33 | 107 | 50 | 45 | 67 | 47 |
| Binary | 10011001 | 1101111 | 101100 | 0 | 11011 | 1000111 | 101000 | 100101 | 110111 | 100111 |
Color Harmonies of #996F2C
Complementary color
Monochromatic Colors of #996F2C
Black with #996F2C
Text Example
Text Example
White with #996F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F2C; }
p { color: rgb(153,111,44); }
H1.HeaderClassName
{
color: #996F2C;
}
.AnyTagClassName
{
color: #996F2C;
}
</style>
background-color css
<style>
a { background-color: #996F2C; }
a { background-color: rgb(153,111,44); }
div.DivClassName
{
background-color: #996F2C;
}
.BgClassName
{
background-color: #996F2C;
}
</style>
border-color css
<style>
span { border-color: #996F2C; }
span { border-color: rgb(153,111,44); }
td.TdClassName
{
border-color: #996F2C;
}
.TagClassName
{
border-color: #996F2C;
}
</style>