Shades of Buttered Rum #9F7436
Tints of Buttered Rum #9F7436
RGB
CMYK
RGB Variations
Color information
#9F7436 (or 0x9F7436) is known color: Buttered Rum. HEX triplet: 9F, 74 and 36. RGB value is (159,116,54). Sum of RGB (Red+Green+Blue) = 159+116+54=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7436 is #608BC9. Grayscale: #7A7A7A. Windows color (decimal): -6327242 or 3568799. OLE color: 3568799.
HSL color Cylindrical-coordinate representation of color #9F7436: hue angle of 35.43º 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 #9F7436 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 54 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.38 |
| HSL | 35.43º | 0.49% | 0.42% | - |
| HSV(B) | 35.43º | 0.66% | 0.62% | - |
| XYZ | 21.21 | 20.13 | 6.26 | - |
| YUV | 121.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 54 | 0 | 0.27 | 0.66 | 0.38 | 35.43 | 0.49 | 0.42 |
| Hex | 9F | 74 | 36 | 0 | 1B | 42 | 26 | 23 | 31 | 2A |
| Octal | 237 | 164 | 66 | 0 | 33 | 102 | 46 | 43 | 61 | 52 |
| Binary | 10011111 | 1110100 | 110110 | 0 | 11011 | 1000010 | 100110 | 100011 | 110001 | 101010 |
Color Harmonies of #9F7436
Complementary color
Monochromatic Colors of #9F7436
Black with #9F7436
Text Example
Text Example
White with #9F7436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7436; }
p { color: rgb(159,116,54); }
H1.HeaderClassName
{
color: #9F7436;
}
.AnyTagClassName
{
color: #9F7436;
}
</style>
background-color css
<style>
a { background-color: #9F7436; }
a { background-color: rgb(159,116,54); }
div.DivClassName
{
background-color: #9F7436;
}
.BgClassName
{
background-color: #9F7436;
}
</style>
border-color css
<style>
span { border-color: #9F7436; }
span { border-color: rgb(159,116,54); }
td.TdClassName
{
border-color: #9F7436;
}
.TagClassName
{
border-color: #9F7436;
}
</style>