Shades of Buttered Rum #987630
Tints of Buttered Rum #987630
RGB
CMYK
RGB Variations
Color information
#987630 (or 0x987630) is known color: Buttered Rum. HEX triplet: 98, 76 and 30. RGB value is (152,118,48). Sum of RGB (Red+Green+Blue) = 152+118+48=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #987630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987630 is #6789CF. Grayscale: #787878. Windows color (decimal): -6785488 or 3176088. OLE color: 3176088.
HSL color Cylindrical-coordinate representation of color #987630: hue angle of 40.38º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #987630 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 48 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.40 |
| HSL | 40.38º | 0.52% | 0.39% | - |
| HSV(B) | 40.38º | 0.68% | 0.6% | - |
| XYZ | 19.96 | 19.85 | 5.57 | - |
| YUV | 120.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 48 | 0 | 0.22 | 0.68 | 0.40 | 40.38 | 0.52 | 0.39 |
| Hex | 98 | 76 | 30 | 0 | 16 | 44 | 28 | 28 | 34 | 27 |
| Octal | 230 | 166 | 60 | 0 | 26 | 104 | 50 | 50 | 64 | 47 |
| Binary | 10011000 | 1110110 | 110000 | 0 | 10110 | 1000100 | 101000 | 101000 | 110100 | 100111 |
Color Harmonies of #987630
Complementary color
Monochromatic Colors of #987630
Black with #987630
Text Example
Text Example
White with #987630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987630; }
p { color: rgb(152,118,48); }
H1.HeaderClassName
{
color: #987630;
}
.AnyTagClassName
{
color: #987630;
}
</style>
background-color css
<style>
a { background-color: #987630; }
a { background-color: rgb(152,118,48); }
div.DivClassName
{
background-color: #987630;
}
.BgClassName
{
background-color: #987630;
}
</style>
border-color css
<style>
span { border-color: #987630; }
span { border-color: rgb(152,118,48); }
td.TdClassName
{
border-color: #987630;
}
.TagClassName
{
border-color: #987630;
}
</style>