Shades of Buttered Rum #996F24
Tints of Buttered Rum #996F24
RGB
CMYK
RGB Variations
Color information
#996F24 (or 0x996F24) is known color: Buttered Rum. HEX triplet: 99, 6F and 24. RGB value is (153,111,36). Sum of RGB (Red+Green+Blue) = 153+111+36=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #996F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F24 is #6690DB. Grayscale: #737373. Windows color (decimal): -6721756 or 2387865. OLE color: 2387865.
HSL color Cylindrical-coordinate representation of color #996F24: hue angle of 38.46º degrees, saturation: 0.62, 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 #996F24 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 36 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.4 |
| HSL | 38.46º | 0.62% | 0.37% | - |
| HSV(B) | 38.46º | 0.76% | 0.6% | - |
| XYZ | 19.14 | 18.27 | 4.19 | - |
| YUV | 115.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 36 | 0 | 0.27 | 0.76 | 0.4 | 38.46 | 0.62 | 0.37 |
| Hex | 99 | 6F | 24 | 0 | 1B | 4C | 28 | 26 | 3E | 25 |
| Octal | 231 | 157 | 44 | 0 | 33 | 114 | 50 | 46 | 76 | 45 |
| Binary | 10011001 | 1101111 | 100100 | 0 | 11011 | 1001100 | 101000 | 100110 | 111110 | 100101 |
Color Harmonies of #996F24
Complementary color
Monochromatic Colors of #996F24
Black with #996F24
Text Example
Text Example
White with #996F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F24; }
p { color: rgb(153,111,36); }
H1.HeaderClassName
{
color: #996F24;
}
.AnyTagClassName
{
color: #996F24;
}
</style>
background-color css
<style>
a { background-color: #996F24; }
a { background-color: rgb(153,111,36); }
div.DivClassName
{
background-color: #996F24;
}
.BgClassName
{
background-color: #996F24;
}
</style>
border-color css
<style>
span { border-color: #996F24; }
span { border-color: rgb(153,111,36); }
td.TdClassName
{
border-color: #996F24;
}
.TagClassName
{
border-color: #996F24;
}
</style>