Shades of Buttered Rum #9F7638
Tints of Buttered Rum #9F7638
RGB
CMYK
RGB Variations
Color information
#9F7638 (or 0x9F7638) is known color: Buttered Rum. HEX triplet: 9F, 76 and 38. RGB value is (159,118,56). Sum of RGB (Red+Green+Blue) = 159+118+56=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7638 is #6089C7. Grayscale: #7B7B7B. Windows color (decimal): -6326728 or 3700383. OLE color: 3700383.
HSL color Cylindrical-coordinate representation of color #9F7638: hue angle of 36.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F7638 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 56 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.38 |
| HSL | 36.12º | 0.48% | 0.42% | - |
| HSV(B) | 36.12º | 0.65% | 0.62% | - |
| XYZ | 21.49 | 20.61 | 6.59 | - |
| YUV | 123.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 56 | 0 | 0.26 | 0.65 | 0.38 | 36.12 | 0.48 | 0.42 |
| Hex | 9F | 76 | 38 | 0 | 1A | 41 | 26 | 24 | 30 | 2A |
| Octal | 237 | 166 | 70 | 0 | 32 | 101 | 46 | 44 | 60 | 52 |
| Binary | 10011111 | 1110110 | 111000 | 0 | 11010 | 1000001 | 100110 | 100100 | 110000 | 101010 |
Color Harmonies of #9F7638
Complementary color
Monochromatic Colors of #9F7638
Black with #9F7638
Text Example
Text Example
White with #9F7638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7638; }
p { color: rgb(159,118,56); }
H1.HeaderClassName
{
color: #9F7638;
}
.AnyTagClassName
{
color: #9F7638;
}
</style>
background-color css
<style>
a { background-color: #9F7638; }
a { background-color: rgb(159,118,56); }
div.DivClassName
{
background-color: #9F7638;
}
.BgClassName
{
background-color: #9F7638;
}
</style>
border-color css
<style>
span { border-color: #9F7638; }
span { border-color: rgb(159,118,56); }
td.TdClassName
{
border-color: #9F7638;
}
.TagClassName
{
border-color: #9F7638;
}
</style>