Shades of Buttered Rum #987836
Tints of Buttered Rum #987836
RGB
CMYK
RGB Variations
Color information
#987836 (or 0x987836) is known color: Buttered Rum. HEX triplet: 98, 78 and 36. RGB value is (152,120,54). Sum of RGB (Red+Green+Blue) = 152+120+54=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #987836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987836 is #6787C9. Grayscale: #7A7A7A. Windows color (decimal): -6784970 or 3569816. OLE color: 3569816.
HSL color Cylindrical-coordinate representation of color #987836: hue angle of 40.41º 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 #987836 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 54 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.40 |
| HSL | 40.41º | 0.48% | 0.4% | - |
| HSV(B) | 40.41º | 0.64% | 0.6% | - |
| XYZ | 20.33 | 20.37 | 6.35 | - |
| YUV | 122.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 54 | 0 | 0.21 | 0.64 | 0.40 | 40.41 | 0.48 | 0.4 |
| Hex | 98 | 78 | 36 | 0 | 15 | 40 | 28 | 28 | 30 | 28 |
| Octal | 230 | 170 | 66 | 0 | 25 | 100 | 50 | 50 | 60 | 50 |
| Binary | 10011000 | 1111000 | 110110 | 0 | 10101 | 1000000 | 101000 | 101000 | 110000 | 101000 |
Color Harmonies of #987836
Complementary color
Monochromatic Colors of #987836
Black with #987836
Text Example
Text Example
White with #987836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987836; }
p { color: rgb(152,120,54); }
H1.HeaderClassName
{
color: #987836;
}
.AnyTagClassName
{
color: #987836;
}
</style>
background-color css
<style>
a { background-color: #987836; }
a { background-color: rgb(152,120,54); }
div.DivClassName
{
background-color: #987836;
}
.BgClassName
{
background-color: #987836;
}
</style>
border-color css
<style>
span { border-color: #987836; }
span { border-color: rgb(152,120,54); }
td.TdClassName
{
border-color: #987836;
}
.TagClassName
{
border-color: #987836;
}
</style>