Shades of Buttered Rum #987B34
Tints of Buttered Rum #987B34
RGB
CMYK
RGB Variations
Color information
#987B34 (or 0x987B34) is known color: Buttered Rum. HEX triplet: 98, 7B and 34. RGB value is (152,123,52). Sum of RGB (Red+Green+Blue) = 152+123+52=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #987B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B34 is #6784CB. Grayscale: #7B7B7B. Windows color (decimal): -6784204 or 3439512. OLE color: 3439512.
HSL color Cylindrical-coordinate representation of color #987B34: hue angle of 42.6º degrees, saturation: 0.49, 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 #987B34 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 52 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.40 |
| HSL | 42.6º | 0.49% | 0.4% | - |
| HSV(B) | 42.6º | 0.66% | 0.6% | - |
| XYZ | 20.65 | 21.09 | 6.23 | - |
| YUV | 123.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 52 | 0 | 0.19 | 0.66 | 0.40 | 42.6 | 0.49 | 0.4 |
| Hex | 98 | 7B | 34 | 0 | 13 | 42 | 28 | 2B | 31 | 28 |
| Octal | 230 | 173 | 64 | 0 | 23 | 102 | 50 | 53 | 61 | 50 |
| Binary | 10011000 | 1111011 | 110100 | 0 | 10011 | 1000010 | 101000 | 101011 | 110001 | 101000 |
Color Harmonies of #987B34
Complementary color
Monochromatic Colors of #987B34
Black with #987B34
Text Example
Text Example
White with #987B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B34; }
p { color: rgb(152,123,52); }
H1.HeaderClassName
{
color: #987B34;
}
.AnyTagClassName
{
color: #987B34;
}
</style>
background-color css
<style>
a { background-color: #987B34; }
a { background-color: rgb(152,123,52); }
div.DivClassName
{
background-color: #987B34;
}
.BgClassName
{
background-color: #987B34;
}
</style>
border-color css
<style>
span { border-color: #987B34; }
span { border-color: rgb(152,123,52); }
td.TdClassName
{
border-color: #987B34;
}
.TagClassName
{
border-color: #987B34;
}
</style>