Shades of Buttered Rum #996D2C
Tints of Buttered Rum #996D2C
RGB
CMYK
RGB Variations
Color information
#996D2C (or 0x996D2C) is known color: Buttered Rum. HEX triplet: 99, 6D and 2C. RGB value is (153,109,44). Sum of RGB (Red+Green+Blue) = 153+109+44=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D2C is #6692D3. Grayscale: #737373. Windows color (decimal): -6722260 or 2911641. OLE color: 2911641.
HSL color Cylindrical-coordinate representation of color #996D2C: hue angle of 35.78º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #996D2C is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 44 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.4 |
| HSL | 35.78º | 0.55% | 0.39% | - |
| HSV(B) | 35.78º | 0.71% | 0.6% | - |
| XYZ | 19.06 | 17.89 | 4.83 | - |
| YUV | 114.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 44 | 0 | 0.29 | 0.71 | 0.4 | 35.78 | 0.55 | 0.39 |
| Hex | 99 | 6D | 2C | 0 | 1D | 47 | 28 | 24 | 37 | 27 |
| Octal | 231 | 155 | 54 | 0 | 35 | 107 | 50 | 44 | 67 | 47 |
| Binary | 10011001 | 1101101 | 101100 | 0 | 11101 | 1000111 | 101000 | 100100 | 110111 | 100111 |
Color Harmonies of #996D2C
Complementary color
Monochromatic Colors of #996D2C
Black with #996D2C
Text Example
Text Example
White with #996D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D2C; }
p { color: rgb(153,109,44); }
H1.HeaderClassName
{
color: #996D2C;
}
.AnyTagClassName
{
color: #996D2C;
}
</style>
background-color css
<style>
a { background-color: #996D2C; }
a { background-color: rgb(153,109,44); }
div.DivClassName
{
background-color: #996D2C;
}
.BgClassName
{
background-color: #996D2C;
}
</style>
border-color css
<style>
span { border-color: #996D2C; }
span { border-color: rgb(153,109,44); }
td.TdClassName
{
border-color: #996D2C;
}
.TagClassName
{
border-color: #996D2C;
}
</style>