Shades of Buttered Rum #9F7633
Tints of Buttered Rum #9F7633
RGB
CMYK
RGB Variations
Color information
#9F7633 (or 0x9F7633) is known color: Buttered Rum. HEX triplet: 9F, 76 and 33. RGB value is (159,118,51). Sum of RGB (Red+Green+Blue) = 159+118+51=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7633 is #6089CC. Grayscale: #7A7A7A. Windows color (decimal): -6326733 or 3372703. OLE color: 3372703.
HSL color Cylindrical-coordinate representation of color #9F7633: hue angle of 37.22º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F7633 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 51 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.38 |
| HSL | 37.22º | 0.51% | 0.41% | - |
| HSV(B) | 37.22º | 0.68% | 0.62% | - |
| XYZ | 21.37 | 20.57 | 5.98 | - |
| YUV | 122.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 51 | 0 | 0.26 | 0.68 | 0.38 | 37.22 | 0.51 | 0.41 |
| Hex | 9F | 76 | 33 | 0 | 1A | 44 | 26 | 25 | 33 | 29 |
| Octal | 237 | 166 | 63 | 0 | 32 | 104 | 46 | 45 | 63 | 51 |
| Binary | 10011111 | 1110110 | 110011 | 0 | 11010 | 1000100 | 100110 | 100101 | 110011 | 101001 |
Color Harmonies of #9F7633
Complementary color
Monochromatic Colors of #9F7633
Black with #9F7633
Text Example
Text Example
White with #9F7633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7633; }
p { color: rgb(159,118,51); }
H1.HeaderClassName
{
color: #9F7633;
}
.AnyTagClassName
{
color: #9F7633;
}
</style>
background-color css
<style>
a { background-color: #9F7633; }
a { background-color: rgb(159,118,51); }
div.DivClassName
{
background-color: #9F7633;
}
.BgClassName
{
background-color: #9F7633;
}
</style>
border-color css
<style>
span { border-color: #9F7633; }
span { border-color: rgb(159,118,51); }
td.TdClassName
{
border-color: #9F7633;
}
.TagClassName
{
border-color: #9F7633;
}
</style>