Shades of Buttered Rum #996829
Tints of Buttered Rum #996829
RGB
CMYK
RGB Variations
Color information
#996829 (or 0x996829) is known color: Buttered Rum. HEX triplet: 99, 68 and 29. RGB value is (153,104,41). Sum of RGB (Red+Green+Blue) = 153+104+41=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #996829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996829 is #6697D6. Grayscale: #6F6F6F. Windows color (decimal): -6723543 or 2713753. OLE color: 2713753.
HSL color Cylindrical-coordinate representation of color #996829: hue angle of 33.75º 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 #996829 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 41 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.4 |
| HSL | 33.75º | 0.58% | 0.38% | - |
| HSV(B) | 33.75º | 0.73% | 0.6% | - |
| XYZ | 18.49 | 16.83 | 4.37 | - |
| YUV | 111.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 41 | 0 | 0.32 | 0.73 | 0.4 | 33.75 | 0.58 | 0.38 |
| Hex | 99 | 68 | 29 | 0 | 20 | 49 | 28 | 22 | 3A | 26 |
| Octal | 231 | 150 | 51 | 0 | 40 | 111 | 50 | 42 | 72 | 46 |
| Binary | 10011001 | 1101000 | 101001 | 0 | 100000 | 1001001 | 101000 | 100010 | 111010 | 100110 |
Color Harmonies of #996829
Complementary color
Monochromatic Colors of #996829
Black with #996829
Text Example
Text Example
White with #996829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996829; }
p { color: rgb(153,104,41); }
H1.HeaderClassName
{
color: #996829;
}
.AnyTagClassName
{
color: #996829;
}
</style>
background-color css
<style>
a { background-color: #996829; }
a { background-color: rgb(153,104,41); }
div.DivClassName
{
background-color: #996829;
}
.BgClassName
{
background-color: #996829;
}
</style>
border-color css
<style>
span { border-color: #996829; }
span { border-color: rgb(153,104,41); }
td.TdClassName
{
border-color: #996829;
}
.TagClassName
{
border-color: #996829;
}
</style>