Shades of Buttered Rum #987B36
Tints of Buttered Rum #987B36
RGB
CMYK
RGB Variations
Color information
#987B36 (or 0x987B36) is known color: Buttered Rum. HEX triplet: 98, 7B and 36. RGB value is (152,123,54). Sum of RGB (Red+Green+Blue) = 152+123+54=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #987B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B36 is #6784C9. Grayscale: #7C7C7C. Windows color (decimal): -6784202 or 3570584. OLE color: 3570584.
HSL color Cylindrical-coordinate representation of color #987B36: hue angle of 42.24º 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 #987B36 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 54 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.40 |
| HSL | 42.24º | 0.48% | 0.4% | - |
| HSV(B) | 42.24º | 0.64% | 0.6% | - |
| XYZ | 20.7 | 21.11 | 6.47 | - |
| YUV | 123.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 54 | 0 | 0.19 | 0.64 | 0.40 | 42.24 | 0.48 | 0.4 |
| Hex | 98 | 7B | 36 | 0 | 13 | 40 | 28 | 2A | 30 | 28 |
| Octal | 230 | 173 | 66 | 0 | 23 | 100 | 50 | 52 | 60 | 50 |
| Binary | 10011000 | 1111011 | 110110 | 0 | 10011 | 1000000 | 101000 | 101010 | 110000 | 101000 |
Color Harmonies of #987B36
Complementary color
Monochromatic Colors of #987B36
Black with #987B36
Text Example
Text Example
White with #987B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B36; }
p { color: rgb(152,123,54); }
H1.HeaderClassName
{
color: #987B36;
}
.AnyTagClassName
{
color: #987B36;
}
</style>
background-color css
<style>
a { background-color: #987B36; }
a { background-color: rgb(152,123,54); }
div.DivClassName
{
background-color: #987B36;
}
.BgClassName
{
background-color: #987B36;
}
</style>
border-color css
<style>
span { border-color: #987B36; }
span { border-color: rgb(152,123,54); }
td.TdClassName
{
border-color: #987B36;
}
.TagClassName
{
border-color: #987B36;
}
</style>