Shades of Buttered Rum #996F29
Tints of Buttered Rum #996F29
RGB
CMYK
RGB Variations
Color information
#996F29 (or 0x996F29) is known color: Buttered Rum. HEX triplet: 99, 6F and 29. RGB value is (153,111,41). Sum of RGB (Red+Green+Blue) = 153+111+41=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #996F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F29 is #6690D6. Grayscale: #737373. Windows color (decimal): -6721751 or 2715545. OLE color: 2715545.
HSL color Cylindrical-coordinate representation of color #996F29: hue angle of 37.5º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #996F29 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 41 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.4 |
| HSL | 37.5º | 0.58% | 0.38% | - |
| HSV(B) | 37.5º | 0.73% | 0.6% | - |
| XYZ | 19.22 | 18.3 | 4.62 | - |
| YUV | 115.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 41 | 0 | 0.27 | 0.73 | 0.4 | 37.5 | 0.58 | 0.38 |
| Hex | 99 | 6F | 29 | 0 | 1B | 49 | 28 | 26 | 3A | 26 |
| Octal | 231 | 157 | 51 | 0 | 33 | 111 | 50 | 46 | 72 | 46 |
| Binary | 10011001 | 1101111 | 101001 | 0 | 11011 | 1001001 | 101000 | 100110 | 111010 | 100110 |
Color Harmonies of #996F29
Complementary color
Monochromatic Colors of #996F29
Black with #996F29
Text Example
Text Example
White with #996F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F29; }
p { color: rgb(153,111,41); }
H1.HeaderClassName
{
color: #996F29;
}
.AnyTagClassName
{
color: #996F29;
}
</style>
background-color css
<style>
a { background-color: #996F29; }
a { background-color: rgb(153,111,41); }
div.DivClassName
{
background-color: #996F29;
}
.BgClassName
{
background-color: #996F29;
}
</style>
border-color css
<style>
span { border-color: #996F29; }
span { border-color: rgb(153,111,41); }
td.TdClassName
{
border-color: #996F29;
}
.TagClassName
{
border-color: #996F29;
}
</style>