Shades of Buttered Rum #9F702E
Tints of Buttered Rum #9F702E
RGB
CMYK
RGB Variations
Color information
#9F702E (or 0x9F702E) is known color: Buttered Rum. HEX triplet: 9F, 70 and 2E. RGB value is (159,112,46). Sum of RGB (Red+Green+Blue) = 159+112+46=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F702E is #608FD1. Grayscale: #767676. Windows color (decimal): -6328274 or 3043487. OLE color: 3043487.
HSL color Cylindrical-coordinate representation of color #9F702E: hue angle of 35.04º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F702E is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 46 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.38 |
| HSL | 35.04º | 0.55% | 0.4% | - |
| HSV(B) | 35.04º | 0.71% | 0.62% | - |
| XYZ | 20.59 | 19.16 | 5.2 | - |
| YUV | 118.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 46 | 0 | 0.30 | 0.71 | 0.38 | 35.04 | 0.55 | 0.4 |
| Hex | 9F | 70 | 2E | 0 | 1E | 47 | 26 | 23 | 37 | 28 |
| Octal | 237 | 160 | 56 | 0 | 36 | 107 | 46 | 43 | 67 | 50 |
| Binary | 10011111 | 1110000 | 101110 | 0 | 11110 | 1000111 | 100110 | 100011 | 110111 | 101000 |
Color Harmonies of #9F702E
Complementary color
Monochromatic Colors of #9F702E
Black with #9F702E
Text Example
Text Example
White with #9F702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F702E; }
p { color: rgb(159,112,46); }
H1.HeaderClassName
{
color: #9F702E;
}
.AnyTagClassName
{
color: #9F702E;
}
</style>
background-color css
<style>
a { background-color: #9F702E; }
a { background-color: rgb(159,112,46); }
div.DivClassName
{
background-color: #9F702E;
}
.BgClassName
{
background-color: #9F702E;
}
</style>
border-color css
<style>
span { border-color: #9F702E; }
span { border-color: rgb(159,112,46); }
td.TdClassName
{
border-color: #9F702E;
}
.TagClassName
{
border-color: #9F702E;
}
</style>