Shades of Buttered Rum #9E6C2C
Tints of Buttered Rum #9E6C2C
RGB
CMYK
RGB Variations
Color information
#9E6C2C (or 0x9E6C2C) is known color: Buttered Rum. HEX triplet: 9E, 6C and 2C. RGB value is (158,108,44). Sum of RGB (Red+Green+Blue) = 158+108+44=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6C2C is #6193D3. Grayscale: #737373. Windows color (decimal): -6394836 or 2911390. OLE color: 2911390.
HSL color Cylindrical-coordinate representation of color #9E6C2C: hue angle of 33.68º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E6C2C is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 108 | 44 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.38 |
| HSL | 33.68º | 0.56% | 0.4% | - |
| HSV(B) | 33.68º | 0.72% | 0.62% | - |
| XYZ | 19.92 | 18.18 | 4.84 | - |
| YUV | 115.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 108 | 44 | 0 | 0.32 | 0.72 | 0.38 | 33.68 | 0.56 | 0.4 |
| Hex | 9E | 6C | 2C | 0 | 20 | 48 | 26 | 22 | 38 | 28 |
| Octal | 236 | 154 | 54 | 0 | 40 | 110 | 46 | 42 | 70 | 50 |
| Binary | 10011110 | 1101100 | 101100 | 0 | 100000 | 1001000 | 100110 | 100010 | 111000 | 101000 |
Color Harmonies of #9E6C2C
Complementary color
Monochromatic Colors of #9E6C2C
Black with #9E6C2C
Text Example
Text Example
White with #9E6C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6C2C; }
p { color: rgb(158,108,44); }
H1.HeaderClassName
{
color: #9E6C2C;
}
.AnyTagClassName
{
color: #9E6C2C;
}
</style>
background-color css
<style>
a { background-color: #9E6C2C; }
a { background-color: rgb(158,108,44); }
div.DivClassName
{
background-color: #9E6C2C;
}
.BgClassName
{
background-color: #9E6C2C;
}
</style>
border-color css
<style>
span { border-color: #9E6C2C; }
span { border-color: rgb(158,108,44); }
td.TdClassName
{
border-color: #9E6C2C;
}
.TagClassName
{
border-color: #9E6C2C;
}
</style>