Shades of Buttered Rum #9F7936
Tints of Buttered Rum #9F7936
RGB
CMYK
RGB Variations
Color information
#9F7936 (or 0x9F7936) is known color: Buttered Rum. HEX triplet: 9F, 79 and 36. RGB value is (159,121,54). Sum of RGB (Red+Green+Blue) = 159+121+54=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7936 is #6086C9. Grayscale: #7D7D7D. Windows color (decimal): -6325962 or 3570079. OLE color: 3570079.
HSL color Cylindrical-coordinate representation of color #9F7936: hue angle of 38.29º 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 #9F7936 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 54 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.38 |
| HSL | 38.29º | 0.49% | 0.42% | - |
| HSV(B) | 38.29º | 0.66% | 0.62% | - |
| XYZ | 21.8 | 21.31 | 6.45 | - |
| YUV | 124.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 54 | 0 | 0.24 | 0.66 | 0.38 | 38.29 | 0.49 | 0.42 |
| Hex | 9F | 79 | 36 | 0 | 18 | 42 | 26 | 26 | 31 | 2A |
| Octal | 237 | 171 | 66 | 0 | 30 | 102 | 46 | 46 | 61 | 52 |
| Binary | 10011111 | 1111001 | 110110 | 0 | 11000 | 1000010 | 100110 | 100110 | 110001 | 101010 |
Color Harmonies of #9F7936
Complementary color
Monochromatic Colors of #9F7936
Black with #9F7936
Text Example
Text Example
White with #9F7936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7936; }
p { color: rgb(159,121,54); }
H1.HeaderClassName
{
color: #9F7936;
}
.AnyTagClassName
{
color: #9F7936;
}
</style>
background-color css
<style>
a { background-color: #9F7936; }
a { background-color: rgb(159,121,54); }
div.DivClassName
{
background-color: #9F7936;
}
.BgClassName
{
background-color: #9F7936;
}
</style>
border-color css
<style>
span { border-color: #9F7936; }
span { border-color: rgb(159,121,54); }
td.TdClassName
{
border-color: #9F7936;
}
.TagClassName
{
border-color: #9F7936;
}
</style>