Shades of Buttered Rum #9E7632
Tints of Buttered Rum #9E7632
RGB
CMYK
RGB Variations
Color information
#9E7632 (or 0x9E7632) is known color: Buttered Rum. HEX triplet: 9E, 76 and 32. RGB value is (158,118,50). Sum of RGB (Red+Green+Blue) = 158+118+50=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7632 is #6189CD. Grayscale: #7A7A7A. Windows color (decimal): -6392270 or 3307166. OLE color: 3307166.
HSL color Cylindrical-coordinate representation of color #9E7632: hue angle of 37.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E7632 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 118 | 50 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.38 |
| HSL | 37.78º | 0.52% | 0.41% | - |
| HSV(B) | 37.78º | 0.68% | 0.62% | - |
| XYZ | 21.15 | 20.46 | 5.85 | - |
| YUV | 122.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 50 | 0 | 0.25 | 0.68 | 0.38 | 37.78 | 0.52 | 0.41 |
| Hex | 9E | 76 | 32 | 0 | 19 | 44 | 26 | 26 | 34 | 29 |
| Octal | 236 | 166 | 62 | 0 | 31 | 104 | 46 | 46 | 64 | 51 |
| Binary | 10011110 | 1110110 | 110010 | 0 | 11001 | 1000100 | 100110 | 100110 | 110100 | 101001 |
Color Harmonies of #9E7632
Complementary color
Monochromatic Colors of #9E7632
Black with #9E7632
Text Example
Text Example
White with #9E7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7632; }
p { color: rgb(158,118,50); }
H1.HeaderClassName
{
color: #9E7632;
}
.AnyTagClassName
{
color: #9E7632;
}
</style>
background-color css
<style>
a { background-color: #9E7632; }
a { background-color: rgb(158,118,50); }
div.DivClassName
{
background-color: #9E7632;
}
.BgClassName
{
background-color: #9E7632;
}
</style>
border-color css
<style>
span { border-color: #9E7632; }
span { border-color: rgb(158,118,50); }
td.TdClassName
{
border-color: #9E7632;
}
.TagClassName
{
border-color: #9E7632;
}
</style>