Shades of Buttered Rum #987835
Tints of Buttered Rum #987835
RGB
CMYK
RGB Variations
Color information
#987835 (or 0x987835) is known color: Buttered Rum. HEX triplet: 98, 78 and 35. RGB value is (152,120,53). Sum of RGB (Red+Green+Blue) = 152+120+53=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #987835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987835 is #6787CA. Grayscale: #7A7A7A. Windows color (decimal): -6784971 or 3504280. OLE color: 3504280.
HSL color Cylindrical-coordinate representation of color #987835: hue angle of 40.61º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #987835 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 53 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.40 |
| HSL | 40.61º | 0.48% | 0.4% | - |
| HSV(B) | 40.61º | 0.65% | 0.6% | - |
| XYZ | 20.31 | 20.37 | 6.23 | - |
| YUV | 121.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 53 | 0 | 0.21 | 0.65 | 0.40 | 40.61 | 0.48 | 0.4 |
| Hex | 98 | 78 | 35 | 0 | 15 | 41 | 28 | 29 | 30 | 28 |
| Octal | 230 | 170 | 65 | 0 | 25 | 101 | 50 | 51 | 60 | 50 |
| Binary | 10011000 | 1111000 | 110101 | 0 | 10101 | 1000001 | 101000 | 101001 | 110000 | 101000 |
Color Harmonies of #987835
Complementary color
Monochromatic Colors of #987835
Black with #987835
Text Example
Text Example
White with #987835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987835; }
p { color: rgb(152,120,53); }
H1.HeaderClassName
{
color: #987835;
}
.AnyTagClassName
{
color: #987835;
}
</style>
background-color css
<style>
a { background-color: #987835; }
a { background-color: rgb(152,120,53); }
div.DivClassName
{
background-color: #987835;
}
.BgClassName
{
background-color: #987835;
}
</style>
border-color css
<style>
span { border-color: #987835; }
span { border-color: rgb(152,120,53); }
td.TdClassName
{
border-color: #987835;
}
.TagClassName
{
border-color: #987835;
}
</style>