Shades of Buttered Rum #987A39
Tints of Buttered Rum #987A39
RGB
CMYK
RGB Variations
Color information
#987A39 (or 0x987A39) is known color: Buttered Rum. HEX triplet: 98, 7A and 39. RGB value is (152,122,57). Sum of RGB (Red+Green+Blue) = 152+122+57=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #987A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A39 is #6785C6. Grayscale: #7B7B7B. Windows color (decimal): -6784455 or 3766936. OLE color: 3766936.
HSL color Cylindrical-coordinate representation of color #987A39: hue angle of 41.05º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #987A39 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 57 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.40 |
| HSL | 41.05º | 0.45% | 0.41% | - |
| HSV(B) | 41.05º | 0.63% | 0.6% | - |
| XYZ | 20.65 | 20.89 | 6.81 | - |
| YUV | 123.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 57 | 0 | 0.20 | 0.62 | 0.40 | 41.05 | 0.45 | 0.41 |
| Hex | 98 | 7A | 39 | 0 | 14 | 3E | 28 | 29 | 2D | 29 |
| Octal | 230 | 172 | 71 | 0 | 24 | 76 | 50 | 51 | 55 | 51 |
| Binary | 10011000 | 1111010 | 111001 | 0 | 10100 | 111110 | 101000 | 101001 | 101101 | 101001 |
Color Harmonies of #987A39
Complementary color
Monochromatic Colors of #987A39
Black with #987A39
Text Example
Text Example
White with #987A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A39; }
p { color: rgb(152,122,57); }
H1.HeaderClassName
{
color: #987A39;
}
.AnyTagClassName
{
color: #987A39;
}
</style>
background-color css
<style>
a { background-color: #987A39; }
a { background-color: rgb(152,122,57); }
div.DivClassName
{
background-color: #987A39;
}
.BgClassName
{
background-color: #987A39;
}
</style>
border-color css
<style>
span { border-color: #987A39; }
span { border-color: rgb(152,122,57); }
td.TdClassName
{
border-color: #987A39;
}
.TagClassName
{
border-color: #987A39;
}
</style>