Shades of Buttered Rum #9E7736
Tints of Buttered Rum #9E7736
RGB
CMYK
RGB Variations
Color information
#9E7736 (or 0x9E7736) is known color: Buttered Rum. HEX triplet: 9E, 77 and 36. RGB value is (158,119,54). Sum of RGB (Red+Green+Blue) = 158+119+54=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7736 is #6188C9. Grayscale: #7B7B7B. Windows color (decimal): -6392010 or 3569566. OLE color: 3569566.
HSL color Cylindrical-coordinate representation of color #9E7736: hue angle of 37.5º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E7736 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 54 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.38 |
| HSL | 37.5º | 0.49% | 0.42% | - |
| HSV(B) | 37.5º | 0.66% | 0.62% | - |
| XYZ | 21.36 | 20.73 | 6.37 | - |
| YUV | 123.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 54 | 0 | 0.25 | 0.66 | 0.38 | 37.5 | 0.49 | 0.42 |
| Hex | 9E | 77 | 36 | 0 | 19 | 42 | 26 | 26 | 31 | 2A |
| Octal | 236 | 167 | 66 | 0 | 31 | 102 | 46 | 46 | 61 | 52 |
| Binary | 10011110 | 1110111 | 110110 | 0 | 11001 | 1000010 | 100110 | 100110 | 110001 | 101010 |
Color Harmonies of #9E7736
Complementary color
Monochromatic Colors of #9E7736
Black with #9E7736
Text Example
Text Example
White with #9E7736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7736; }
p { color: rgb(158,119,54); }
H1.HeaderClassName
{
color: #9E7736;
}
.AnyTagClassName
{
color: #9E7736;
}
</style>
background-color css
<style>
a { background-color: #9E7736; }
a { background-color: rgb(158,119,54); }
div.DivClassName
{
background-color: #9E7736;
}
.BgClassName
{
background-color: #9E7736;
}
</style>
border-color css
<style>
span { border-color: #9E7736; }
span { border-color: rgb(158,119,54); }
td.TdClassName
{
border-color: #9E7736;
}
.TagClassName
{
border-color: #9E7736;
}
</style>