Shades of Buttered Rum #996F40
Tints of Buttered Rum #996F40
RGB
CMYK
RGB Variations
Color information
#996F40 (or 0x996F40) is known color: Buttered Rum. HEX triplet: 99, 6F and 40. RGB value is (153,111,64). Sum of RGB (Red+Green+Blue) = 153+111+64=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #996F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F40 is #6690BF. Grayscale: #767676. Windows color (decimal): -6721728 or 4222873. OLE color: 4222873.
HSL color Cylindrical-coordinate representation of color #996F40: hue angle of 31.69º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996F40 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 64 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.4 |
| HSL | 31.69º | 0.41% | 0.43% | - |
| HSV(B) | 31.69º | 0.58% | 0.6% | - |
| XYZ | 19.75 | 18.51 | 7.38 | - |
| YUV | 118.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 64 | 0 | 0.27 | 0.58 | 0.4 | 31.69 | 0.41 | 0.43 |
| Hex | 99 | 6F | 40 | 0 | 1B | 3A | 28 | 20 | 29 | 2B |
| Octal | 231 | 157 | 100 | 0 | 33 | 72 | 50 | 40 | 51 | 53 |
| Binary | 10011001 | 1101111 | 1000000 | 0 | 11011 | 111010 | 101000 | 100000 | 101001 | 101011 |
Color Harmonies of #996F40
Complementary color
Monochromatic Colors of #996F40
Black with #996F40
Text Example
Text Example
White with #996F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F40; }
p { color: rgb(153,111,64); }
H1.HeaderClassName
{
color: #996F40;
}
.AnyTagClassName
{
color: #996F40;
}
</style>
background-color css
<style>
a { background-color: #996F40; }
a { background-color: rgb(153,111,64); }
div.DivClassName
{
background-color: #996F40;
}
.BgClassName
{
background-color: #996F40;
}
</style>
border-color css
<style>
span { border-color: #996F40; }
span { border-color: rgb(153,111,64); }
td.TdClassName
{
border-color: #996F40;
}
.TagClassName
{
border-color: #996F40;
}
</style>