Shades of Buttered Rum #987633
Tints of Buttered Rum #987633
RGB
CMYK
RGB Variations
Color information
#987633 (or 0x987633) is known color: Buttered Rum. HEX triplet: 98, 76 and 33. RGB value is (152,118,51). Sum of RGB (Red+Green+Blue) = 152+118+51=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #987633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987633 is #6789CC. Grayscale: #787878. Windows color (decimal): -6785485 or 3372696. OLE color: 3372696.
HSL color Cylindrical-coordinate representation of color #987633: hue angle of 39.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #987633 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 51 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.40 |
| HSL | 39.8º | 0.5% | 0.4% | - |
| HSV(B) | 39.8º | 0.66% | 0.6% | - |
| XYZ | 20.02 | 19.87 | 5.91 | - |
| YUV | 120.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 51 | 0 | 0.22 | 0.66 | 0.40 | 39.8 | 0.5 | 0.4 |
| Hex | 98 | 76 | 33 | 0 | 16 | 42 | 28 | 28 | 32 | 28 |
| Octal | 230 | 166 | 63 | 0 | 26 | 102 | 50 | 50 | 62 | 50 |
| Binary | 10011000 | 1110110 | 110011 | 0 | 10110 | 1000010 | 101000 | 101000 | 110010 | 101000 |
Color Harmonies of #987633
Complementary color
Monochromatic Colors of #987633
Black with #987633
Text Example
Text Example
White with #987633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987633; }
p { color: rgb(152,118,51); }
H1.HeaderClassName
{
color: #987633;
}
.AnyTagClassName
{
color: #987633;
}
</style>
background-color css
<style>
a { background-color: #987633; }
a { background-color: rgb(152,118,51); }
div.DivClassName
{
background-color: #987633;
}
.BgClassName
{
background-color: #987633;
}
</style>
border-color css
<style>
span { border-color: #987633; }
span { border-color: rgb(152,118,51); }
td.TdClassName
{
border-color: #987633;
}
.TagClassName
{
border-color: #987633;
}
</style>