Shades of Buttered Rum #996F21
Tints of Buttered Rum #996F21
RGB
CMYK
RGB Variations
Color information
#996F21 (or 0x996F21) is known color: Buttered Rum. HEX triplet: 99, 6F and 21. RGB value is (153,111,33). Sum of RGB (Red+Green+Blue) = 153+111+33=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #996F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F21 is #6690DE. Grayscale: #737373. Windows color (decimal): -6721759 or 2191257. OLE color: 2191257.
HSL color Cylindrical-coordinate representation of color #996F21: hue angle of 39º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #996F21 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 33 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.4 |
| HSL | 39º | 0.65% | 0.36% | - |
| HSV(B) | 39º | 0.78% | 0.6% | - |
| XYZ | 19.1 | 18.25 | 3.96 | - |
| YUV | 114.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 33 | 0 | 0.27 | 0.78 | 0.4 | 39 | 0.65 | 0.36 |
| Hex | 99 | 6F | 21 | 0 | 1B | 4E | 28 | 27 | 41 | 24 |
| Octal | 231 | 157 | 41 | 0 | 33 | 116 | 50 | 47 | 101 | 44 |
| Binary | 10011001 | 1101111 | 100001 | 0 | 11011 | 1001110 | 101000 | 100111 | 1000001 | 100100 |
Color Harmonies of #996F21
Complementary color
Monochromatic Colors of #996F21
Black with #996F21
Text Example
Text Example
White with #996F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F21; }
p { color: rgb(153,111,33); }
H1.HeaderClassName
{
color: #996F21;
}
.AnyTagClassName
{
color: #996F21;
}
</style>
background-color css
<style>
a { background-color: #996F21; }
a { background-color: rgb(153,111,33); }
div.DivClassName
{
background-color: #996F21;
}
.BgClassName
{
background-color: #996F21;
}
</style>
border-color css
<style>
span { border-color: #996F21; }
span { border-color: rgb(153,111,33); }
td.TdClassName
{
border-color: #996F21;
}
.TagClassName
{
border-color: #996F21;
}
</style>