Shades of Buttered Rum #986D39
Tints of Buttered Rum #986D39
RGB
CMYK
RGB Variations
Color information
#986D39 (or 0x986D39) is known color: Buttered Rum. HEX triplet: 98, 6D and 39. RGB value is (152,109,57). Sum of RGB (Red+Green+Blue) = 152+109+57=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #986D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D39 is #6792C6. Grayscale: #747474. Windows color (decimal): -6787783 or 3763608. OLE color: 3763608.
HSL color Cylindrical-coordinate representation of color #986D39: hue angle of 32.84º 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 #986D39 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 57 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.40 |
| HSL | 32.84º | 0.45% | 0.41% | - |
| HSV(B) | 32.84º | 0.63% | 0.6% | - |
| XYZ | 19.16 | 17.91 | 6.32 | - |
| YUV | 115.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 57 | 0 | 0.28 | 0.62 | 0.40 | 32.84 | 0.45 | 0.41 |
| Hex | 98 | 6D | 39 | 0 | 1C | 3E | 28 | 21 | 2D | 29 |
| Octal | 230 | 155 | 71 | 0 | 34 | 76 | 50 | 41 | 55 | 51 |
| Binary | 10011000 | 1101101 | 111001 | 0 | 11100 | 111110 | 101000 | 100001 | 101101 | 101001 |
Color Harmonies of #986D39
Complementary color
Monochromatic Colors of #986D39
Black with #986D39
Text Example
Text Example
White with #986D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D39; }
p { color: rgb(152,109,57); }
H1.HeaderClassName
{
color: #986D39;
}
.AnyTagClassName
{
color: #986D39;
}
</style>
background-color css
<style>
a { background-color: #986D39; }
a { background-color: rgb(152,109,57); }
div.DivClassName
{
background-color: #986D39;
}
.BgClassName
{
background-color: #986D39;
}
</style>
border-color css
<style>
span { border-color: #986D39; }
span { border-color: rgb(152,109,57); }
td.TdClassName
{
border-color: #986D39;
}
.TagClassName
{
border-color: #986D39;
}
</style>