Shades of Buttered Rum #987339
Tints of Buttered Rum #987339
RGB
CMYK
RGB Variations
Color information
#987339 (or 0x987339) is known color: Buttered Rum. HEX triplet: 98, 73 and 39. RGB value is (152,115,57). Sum of RGB (Red+Green+Blue) = 152+115+57=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #987339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987339 is #678CC6. Grayscale: #777777. Windows color (decimal): -6786247 or 3765144. OLE color: 3765144.
HSL color Cylindrical-coordinate representation of color #987339: hue angle of 36.63º 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 #987339 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 57 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.40 |
| HSL | 36.63º | 0.45% | 0.41% | - |
| HSV(B) | 36.63º | 0.63% | 0.6% | - |
| XYZ | 19.82 | 19.23 | 6.54 | - |
| YUV | 119.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 57 | 0 | 0.24 | 0.62 | 0.40 | 36.63 | 0.45 | 0.41 |
| Hex | 98 | 73 | 39 | 0 | 18 | 3E | 28 | 25 | 2D | 29 |
| Octal | 230 | 163 | 71 | 0 | 30 | 76 | 50 | 45 | 55 | 51 |
| Binary | 10011000 | 1110011 | 111001 | 0 | 11000 | 111110 | 101000 | 100101 | 101101 | 101001 |
Color Harmonies of #987339
Complementary color
Monochromatic Colors of #987339
Black with #987339
Text Example
Text Example
White with #987339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987339; }
p { color: rgb(152,115,57); }
H1.HeaderClassName
{
color: #987339;
}
.AnyTagClassName
{
color: #987339;
}
</style>
background-color css
<style>
a { background-color: #987339; }
a { background-color: rgb(152,115,57); }
div.DivClassName
{
background-color: #987339;
}
.BgClassName
{
background-color: #987339;
}
</style>
border-color css
<style>
span { border-color: #987339; }
span { border-color: rgb(152,115,57); }
td.TdClassName
{
border-color: #987339;
}
.TagClassName
{
border-color: #987339;
}
</style>