Shades of Buttered Rum #9F762C
Tints of Buttered Rum #9F762C
RGB
CMYK
RGB Variations
Color information
#9F762C (or 0x9F762C) is known color: Buttered Rum. HEX triplet: 9F, 76 and 2C. RGB value is (159,118,44). Sum of RGB (Red+Green+Blue) = 159+118+44=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F762C is #6089D3. Grayscale: #7A7A7A. Windows color (decimal): -6326740 or 2913951. OLE color: 2913951.
HSL color Cylindrical-coordinate representation of color #9F762C: hue angle of 38.61º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F762C is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 44 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.38 |
| HSL | 38.61º | 0.57% | 0.4% | - |
| HSV(B) | 38.61º | 0.72% | 0.62% | - |
| XYZ | 21.23 | 20.51 | 5.22 | - |
| YUV | 121.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 44 | 0 | 0.26 | 0.72 | 0.38 | 38.61 | 0.57 | 0.4 |
| Hex | 9F | 76 | 2C | 0 | 1A | 48 | 26 | 27 | 39 | 28 |
| Octal | 237 | 166 | 54 | 0 | 32 | 110 | 46 | 47 | 71 | 50 |
| Binary | 10011111 | 1110110 | 101100 | 0 | 11010 | 1001000 | 100110 | 100111 | 111001 | 101000 |
Color Harmonies of #9F762C
Complementary color
Monochromatic Colors of #9F762C
Black with #9F762C
Text Example
Text Example
White with #9F762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F762C; }
p { color: rgb(159,118,44); }
H1.HeaderClassName
{
color: #9F762C;
}
.AnyTagClassName
{
color: #9F762C;
}
</style>
background-color css
<style>
a { background-color: #9F762C; }
a { background-color: rgb(159,118,44); }
div.DivClassName
{
background-color: #9F762C;
}
.BgClassName
{
background-color: #9F762C;
}
</style>
border-color css
<style>
span { border-color: #9F762C; }
span { border-color: rgb(159,118,44); }
td.TdClassName
{
border-color: #9F762C;
}
.TagClassName
{
border-color: #9F762C;
}
</style>