Shades of Buttered Rum #9E6F37
Tints of Buttered Rum #9E6F37
RGB
CMYK
RGB Variations
Color information
#9E6F37 (or 0x9E6F37) is known color: Buttered Rum. HEX triplet: 9E, 6F and 37. RGB value is (158,111,55). Sum of RGB (Red+Green+Blue) = 158+111+55=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6F37 is #6190C8. Grayscale: #767676. Windows color (decimal): -6394057 or 3633054. OLE color: 3633054.
HSL color Cylindrical-coordinate representation of color #9E6F37: hue angle of 32.62º 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 #9E6F37 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 111 | 55 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.38 |
| HSL | 32.62º | 0.48% | 0.42% | - |
| HSV(B) | 32.62º | 0.65% | 0.62% | - |
| XYZ | 20.47 | 18.91 | 6.19 | - |
| YUV | 118.67 | 92.07 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 55 | 0 | 0.30 | 0.65 | 0.38 | 32.62 | 0.48 | 0.42 |
| Hex | 9E | 6F | 37 | 0 | 1E | 41 | 26 | 21 | 30 | 2A |
| Octal | 236 | 157 | 67 | 0 | 36 | 101 | 46 | 41 | 60 | 52 |
| Binary | 10011110 | 1101111 | 110111 | 0 | 11110 | 1000001 | 100110 | 100001 | 110000 | 101010 |
Color Harmonies of #9E6F37
Complementary color
Monochromatic Colors of #9E6F37
Black with #9E6F37
Text Example
Text Example
White with #9E6F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6F37; }
p { color: rgb(158,111,55); }
H1.HeaderClassName
{
color: #9E6F37;
}
.AnyTagClassName
{
color: #9E6F37;
}
</style>
background-color css
<style>
a { background-color: #9E6F37; }
a { background-color: rgb(158,111,55); }
div.DivClassName
{
background-color: #9E6F37;
}
.BgClassName
{
background-color: #9E6F37;
}
</style>
border-color css
<style>
span { border-color: #9E6F37; }
span { border-color: rgb(158,111,55); }
td.TdClassName
{
border-color: #9E6F37;
}
.TagClassName
{
border-color: #9E6F37;
}
</style>