Shades of Buttered Rum #996C24
Tints of Buttered Rum #996C24
RGB
CMYK
RGB Variations
Color information
#996C24 (or 0x996C24) is known color: Buttered Rum. HEX triplet: 99, 6C and 24. RGB value is (153,108,36). Sum of RGB (Red+Green+Blue) = 153+108+36=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #996C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C24 is #6693DB. Grayscale: #717171. Windows color (decimal): -6722524 or 2387097. OLE color: 2387097.
HSL color Cylindrical-coordinate representation of color #996C24: hue angle of 36.92º 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 #996C24 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 36 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.4 |
| HSL | 36.92º | 0.62% | 0.37% | - |
| HSV(B) | 36.92º | 0.76% | 0.6% | - |
| XYZ | 18.82 | 17.62 | 4.08 | - |
| YUV | 113.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 36 | 0 | 0.29 | 0.76 | 0.4 | 36.92 | 0.62 | 0.37 |
| Hex | 99 | 6C | 24 | 0 | 1D | 4C | 28 | 25 | 3E | 25 |
| Octal | 231 | 154 | 44 | 0 | 35 | 114 | 50 | 45 | 76 | 45 |
| Binary | 10011001 | 1101100 | 100100 | 0 | 11101 | 1001100 | 101000 | 100101 | 111110 | 100101 |
Color Harmonies of #996C24
Complementary color
Monochromatic Colors of #996C24
Black with #996C24
Text Example
Text Example
White with #996C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C24; }
p { color: rgb(153,108,36); }
H1.HeaderClassName
{
color: #996C24;
}
.AnyTagClassName
{
color: #996C24;
}
</style>
background-color css
<style>
a { background-color: #996C24; }
a { background-color: rgb(153,108,36); }
div.DivClassName
{
background-color: #996C24;
}
.BgClassName
{
background-color: #996C24;
}
</style>
border-color css
<style>
span { border-color: #996C24; }
span { border-color: rgb(153,108,36); }
td.TdClassName
{
border-color: #996C24;
}
.TagClassName
{
border-color: #996C24;
}
</style>