Shades of Buttered Rum #9E7638
Tints of Buttered Rum #9E7638
RGB
CMYK
RGB Variations
Color information
#9E7638 (or 0x9E7638) is known color: Buttered Rum. HEX triplet: 9E, 76 and 38. RGB value is (158,118,56). Sum of RGB (Red+Green+Blue) = 158+118+56=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7638 is #6189C7. Grayscale: #7B7B7B. Windows color (decimal): -6392264 or 3700382. OLE color: 3700382.
HSL color Cylindrical-coordinate representation of color #9E7638: hue angle of 36.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E7638 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 118 | 56 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.38 |
| HSL | 36.47º | 0.48% | 0.42% | - |
| HSV(B) | 36.47º | 0.65% | 0.62% | - |
| XYZ | 21.29 | 20.51 | 6.58 | - |
| YUV | 122.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 56 | 0 | 0.25 | 0.65 | 0.38 | 36.47 | 0.48 | 0.42 |
| Hex | 9E | 76 | 38 | 0 | 19 | 41 | 26 | 24 | 30 | 2A |
| Octal | 236 | 166 | 70 | 0 | 31 | 101 | 46 | 44 | 60 | 52 |
| Binary | 10011110 | 1110110 | 111000 | 0 | 11001 | 1000001 | 100110 | 100100 | 110000 | 101010 |
Color Harmonies of #9E7638
Complementary color
Monochromatic Colors of #9E7638
Black with #9E7638
Text Example
Text Example
White with #9E7638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7638; }
p { color: rgb(158,118,56); }
H1.HeaderClassName
{
color: #9E7638;
}
.AnyTagClassName
{
color: #9E7638;
}
</style>
background-color css
<style>
a { background-color: #9E7638; }
a { background-color: rgb(158,118,56); }
div.DivClassName
{
background-color: #9E7638;
}
.BgClassName
{
background-color: #9E7638;
}
</style>
border-color css
<style>
span { border-color: #9E7638; }
span { border-color: rgb(158,118,56); }
td.TdClassName
{
border-color: #9E7638;
}
.TagClassName
{
border-color: #9E7638;
}
</style>