Shades of Buttered Rum #987C36
Tints of Buttered Rum #987C36
RGB
CMYK
RGB Variations
Color information
#987C36 (or 0x987C36) is known color: Buttered Rum. HEX triplet: 98, 7C and 36. RGB value is (152,124,54). Sum of RGB (Red+Green+Blue) = 152+124+54=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #987C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C36 is #6783C9. Grayscale: #7C7C7C. Windows color (decimal): -6783946 or 3570840. OLE color: 3570840.
HSL color Cylindrical-coordinate representation of color #987C36: hue angle of 42.86º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #987C36 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 54 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.40 |
| HSL | 42.86º | 0.48% | 0.4% | - |
| HSV(B) | 42.86º | 0.64% | 0.6% | - |
| XYZ | 20.82 | 21.36 | 6.51 | - |
| YUV | 124.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 54 | 0 | 0.18 | 0.64 | 0.40 | 42.86 | 0.48 | 0.4 |
| Hex | 98 | 7C | 36 | 0 | 12 | 40 | 28 | 2B | 30 | 28 |
| Octal | 230 | 174 | 66 | 0 | 22 | 100 | 50 | 53 | 60 | 50 |
| Binary | 10011000 | 1111100 | 110110 | 0 | 10010 | 1000000 | 101000 | 101011 | 110000 | 101000 |
Color Harmonies of #987C36
Complementary color
Monochromatic Colors of #987C36
Black with #987C36
Text Example
Text Example
White with #987C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C36; }
p { color: rgb(152,124,54); }
H1.HeaderClassName
{
color: #987C36;
}
.AnyTagClassName
{
color: #987C36;
}
</style>
background-color css
<style>
a { background-color: #987C36; }
a { background-color: rgb(152,124,54); }
div.DivClassName
{
background-color: #987C36;
}
.BgClassName
{
background-color: #987C36;
}
</style>
border-color css
<style>
span { border-color: #987C36; }
span { border-color: rgb(152,124,54); }
td.TdClassName
{
border-color: #987C36;
}
.TagClassName
{
border-color: #987C36;
}
</style>