Shades of Buttered Rum #9F7636
Tints of Buttered Rum #9F7636
RGB
CMYK
RGB Variations
Color information
#9F7636 (or 0x9F7636) is known color: Buttered Rum. HEX triplet: 9F, 76 and 36. RGB value is (159,118,54). Sum of RGB (Red+Green+Blue) = 159+118+54=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7636 is #6089C9. Grayscale: #7B7B7B. Windows color (decimal): -6326730 or 3569311. OLE color: 3569311.
HSL color Cylindrical-coordinate representation of color #9F7636: hue angle of 36.57º 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 #9F7636 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 54 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.38 |
| HSL | 36.57º | 0.49% | 0.42% | - |
| HSV(B) | 36.57º | 0.66% | 0.62% | - |
| XYZ | 21.44 | 20.59 | 6.33 | - |
| YUV | 122.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 54 | 0 | 0.26 | 0.66 | 0.38 | 36.57 | 0.49 | 0.42 |
| Hex | 9F | 76 | 36 | 0 | 1A | 42 | 26 | 25 | 31 | 2A |
| Octal | 237 | 166 | 66 | 0 | 32 | 102 | 46 | 45 | 61 | 52 |
| Binary | 10011111 | 1110110 | 110110 | 0 | 11010 | 1000010 | 100110 | 100101 | 110001 | 101010 |
Color Harmonies of #9F7636
Complementary color
Monochromatic Colors of #9F7636
Black with #9F7636
Text Example
Text Example
White with #9F7636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7636; }
p { color: rgb(159,118,54); }
H1.HeaderClassName
{
color: #9F7636;
}
.AnyTagClassName
{
color: #9F7636;
}
</style>
background-color css
<style>
a { background-color: #9F7636; }
a { background-color: rgb(159,118,54); }
div.DivClassName
{
background-color: #9F7636;
}
.BgClassName
{
background-color: #9F7636;
}
</style>
border-color css
<style>
span { border-color: #9F7636; }
span { border-color: rgb(159,118,54); }
td.TdClassName
{
border-color: #9F7636;
}
.TagClassName
{
border-color: #9F7636;
}
</style>