Shades of Buttered Rum #9A6829
Tints of Buttered Rum #9A6829
RGB
CMYK
RGB Variations
Color information
#9A6829 (or 0x9A6829) is known color: Buttered Rum. HEX triplet: 9A, 68 and 29. RGB value is (154,104,41). Sum of RGB (Red+Green+Blue) = 154+104+41=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6829 is #6597D6. Grayscale: #707070. Windows color (decimal): -6658007 or 2713754. OLE color: 2713754.
HSL color Cylindrical-coordinate representation of color #9A6829: hue angle of 33.45º 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 #9A6829 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 41 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.40 |
| HSL | 33.45º | 0.58% | 0.38% | - |
| HSV(B) | 33.45º | 0.73% | 0.6% | - |
| XYZ | 18.68 | 16.93 | 4.38 | - |
| YUV | 111.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 41 | 0 | 0.32 | 0.73 | 0.40 | 33.45 | 0.58 | 0.38 |
| Hex | 9A | 68 | 29 | 0 | 20 | 49 | 28 | 21 | 3A | 26 |
| Octal | 232 | 150 | 51 | 0 | 40 | 111 | 50 | 41 | 72 | 46 |
| Binary | 10011010 | 1101000 | 101001 | 0 | 100000 | 1001001 | 101000 | 100001 | 111010 | 100110 |
Color Harmonies of #9A6829
Complementary color
Monochromatic Colors of #9A6829
Black with #9A6829
Text Example
Text Example
White with #9A6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6829; }
p { color: rgb(154,104,41); }
H1.HeaderClassName
{
color: #9A6829;
}
.AnyTagClassName
{
color: #9A6829;
}
</style>
background-color css
<style>
a { background-color: #9A6829; }
a { background-color: rgb(154,104,41); }
div.DivClassName
{
background-color: #9A6829;
}
.BgClassName
{
background-color: #9A6829;
}
</style>
border-color css
<style>
span { border-color: #9A6829; }
span { border-color: rgb(154,104,41); }
td.TdClassName
{
border-color: #9A6829;
}
.TagClassName
{
border-color: #9A6829;
}
</style>