Shades of Buttered Rum #9E6C29
Tints of Buttered Rum #9E6C29
RGB
CMYK
RGB Variations
Color information
#9E6C29 (or 0x9E6C29) is known color: Buttered Rum. HEX triplet: 9E, 6C and 29. RGB value is (158,108,41). Sum of RGB (Red+Green+Blue) = 158+108+41=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6C29 is #6193D6. Grayscale: #737373. Windows color (decimal): -6394839 or 2714782. OLE color: 2714782.
HSL color Cylindrical-coordinate representation of color #9E6C29: hue angle of 34.36º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E6C29 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 108 | 41 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.38 |
| HSL | 34.36º | 0.59% | 0.39% | - |
| HSV(B) | 34.36º | 0.74% | 0.62% | - |
| XYZ | 19.86 | 18.15 | 4.56 | - |
| YUV | 115.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 108 | 41 | 0 | 0.32 | 0.74 | 0.38 | 34.36 | 0.59 | 0.39 |
| Hex | 9E | 6C | 29 | 0 | 20 | 4A | 26 | 22 | 3B | 27 |
| Octal | 236 | 154 | 51 | 0 | 40 | 112 | 46 | 42 | 73 | 47 |
| Binary | 10011110 | 1101100 | 101001 | 0 | 100000 | 1001010 | 100110 | 100010 | 111011 | 100111 |
Color Harmonies of #9E6C29
Complementary color
Monochromatic Colors of #9E6C29
Black with #9E6C29
Text Example
Text Example
White with #9E6C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6C29; }
p { color: rgb(158,108,41); }
H1.HeaderClassName
{
color: #9E6C29;
}
.AnyTagClassName
{
color: #9E6C29;
}
</style>
background-color css
<style>
a { background-color: #9E6C29; }
a { background-color: rgb(158,108,41); }
div.DivClassName
{
background-color: #9E6C29;
}
.BgClassName
{
background-color: #9E6C29;
}
</style>
border-color css
<style>
span { border-color: #9E6C29; }
span { border-color: rgb(158,108,41); }
td.TdClassName
{
border-color: #9E6C29;
}
.TagClassName
{
border-color: #9E6C29;
}
</style>