Shades of Buttered Rum #996D2F
Tints of Buttered Rum #996D2F
RGB
CMYK
RGB Variations
Color information
#996D2F (or 0x996D2F) is known color: Buttered Rum. HEX triplet: 99, 6D and 2F. RGB value is (153,109,47). Sum of RGB (Red+Green+Blue) = 153+109+47=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #996D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D2F is #6692D0. Grayscale: #737373. Windows color (decimal): -6722257 or 3108249. OLE color: 3108249.
HSL color Cylindrical-coordinate representation of color #996D2F: hue angle of 35.09º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #996D2F is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 47 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.4 |
| HSL | 35.09º | 0.53% | 0.39% | - |
| HSV(B) | 35.09º | 0.69% | 0.6% | - |
| XYZ | 19.12 | 17.91 | 5.14 | - |
| YUV | 115.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 47 | 0 | 0.29 | 0.69 | 0.4 | 35.09 | 0.53 | 0.39 |
| Hex | 99 | 6D | 2F | 0 | 1D | 45 | 28 | 23 | 35 | 27 |
| Octal | 231 | 155 | 57 | 0 | 35 | 105 | 50 | 43 | 65 | 47 |
| Binary | 10011001 | 1101101 | 101111 | 0 | 11101 | 1000101 | 101000 | 100011 | 110101 | 100111 |
Color Harmonies of #996D2F
Complementary color
Monochromatic Colors of #996D2F
Black with #996D2F
Text Example
Text Example
White with #996D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D2F; }
p { color: rgb(153,109,47); }
H1.HeaderClassName
{
color: #996D2F;
}
.AnyTagClassName
{
color: #996D2F;
}
</style>
background-color css
<style>
a { background-color: #996D2F; }
a { background-color: rgb(153,109,47); }
div.DivClassName
{
background-color: #996D2F;
}
.BgClassName
{
background-color: #996D2F;
}
</style>
border-color css
<style>
span { border-color: #996D2F; }
span { border-color: rgb(153,109,47); }
td.TdClassName
{
border-color: #996D2F;
}
.TagClassName
{
border-color: #996D2F;
}
</style>