Shades of Buttered Rum #987C3C
Tints of Buttered Rum #987C3C
RGB
CMYK
RGB Variations
Color information
#987C3C (or 0x987C3C) is known color: Buttered Rum. HEX triplet: 98, 7C and 3C. RGB value is (152,124,60). Sum of RGB (Red+Green+Blue) = 152+124+60=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #987C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C3C is #6783C3. Grayscale: #7D7D7D. Windows color (decimal): -6783940 or 3964056. OLE color: 3964056.
HSL color Cylindrical-coordinate representation of color #987C3C: hue angle of 41.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #987C3C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 60 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.40 |
| HSL | 41.74º | 0.43% | 0.42% | - |
| HSV(B) | 41.74º | 0.61% | 0.6% | - |
| XYZ | 20.97 | 21.42 | 7.3 | - |
| YUV | 125.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 60 | 0 | 0.18 | 0.61 | 0.40 | 41.74 | 0.43 | 0.42 |
| Hex | 98 | 7C | 3C | 0 | 12 | 3D | 28 | 2A | 2B | 2A |
| Octal | 230 | 174 | 74 | 0 | 22 | 75 | 50 | 52 | 53 | 52 |
| Binary | 10011000 | 1111100 | 111100 | 0 | 10010 | 111101 | 101000 | 101010 | 101011 | 101010 |
Color Harmonies of #987C3C
Complementary color
Monochromatic Colors of #987C3C
Black with #987C3C
Text Example
Text Example
White with #987C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C3C; }
p { color: rgb(152,124,60); }
H1.HeaderClassName
{
color: #987C3C;
}
.AnyTagClassName
{
color: #987C3C;
}
</style>
background-color css
<style>
a { background-color: #987C3C; }
a { background-color: rgb(152,124,60); }
div.DivClassName
{
background-color: #987C3C;
}
.BgClassName
{
background-color: #987C3C;
}
</style>
border-color css
<style>
span { border-color: #987C3C; }
span { border-color: rgb(152,124,60); }
td.TdClassName
{
border-color: #987C3C;
}
.TagClassName
{
border-color: #987C3C;
}
</style>