Shades of Buttered Rum #9E762F
Tints of Buttered Rum #9E762F
RGB
CMYK
RGB Variations
Color information
#9E762F (or 0x9E762F) is known color: Buttered Rum. HEX triplet: 9E, 76 and 2F. RGB value is (158,118,47). Sum of RGB (Red+Green+Blue) = 158+118+47=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E762F is #6189D0. Grayscale: #7A7A7A. Windows color (decimal): -6392273 or 3110558. OLE color: 3110558.
HSL color Cylindrical-coordinate representation of color #9E762F: hue angle of 38.38º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E762F is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 118 | 47 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.38 |
| HSL | 38.38º | 0.54% | 0.4% | - |
| HSV(B) | 38.38º | 0.7% | 0.62% | - |
| XYZ | 21.09 | 20.43 | 5.52 | - |
| YUV | 121.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 47 | 0 | 0.25 | 0.70 | 0.38 | 38.38 | 0.54 | 0.4 |
| Hex | 9E | 76 | 2F | 0 | 19 | 46 | 26 | 26 | 36 | 28 |
| Octal | 236 | 166 | 57 | 0 | 31 | 106 | 46 | 46 | 66 | 50 |
| Binary | 10011110 | 1110110 | 101111 | 0 | 11001 | 1000110 | 100110 | 100110 | 110110 | 101000 |
Color Harmonies of #9E762F
Complementary color
Monochromatic Colors of #9E762F
Black with #9E762F
Text Example
Text Example
White with #9E762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E762F; }
p { color: rgb(158,118,47); }
H1.HeaderClassName
{
color: #9E762F;
}
.AnyTagClassName
{
color: #9E762F;
}
</style>
background-color css
<style>
a { background-color: #9E762F; }
a { background-color: rgb(158,118,47); }
div.DivClassName
{
background-color: #9E762F;
}
.BgClassName
{
background-color: #9E762F;
}
</style>
border-color css
<style>
span { border-color: #9E762F; }
span { border-color: rgb(158,118,47); }
td.TdClassName
{
border-color: #9E762F;
}
.TagClassName
{
border-color: #9E762F;
}
</style>