Shades of Buttered Rum #986F2D
Tints of Buttered Rum #986F2D
RGB
CMYK
RGB Variations
Color information
#986F2D (or 0x986F2D) is known color: Buttered Rum. HEX triplet: 98, 6F and 2D. RGB value is (152,111,45). Sum of RGB (Red+Green+Blue) = 152+111+45=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #986F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F2D is #6790D2. Grayscale: #747474. Windows color (decimal): -6787283 or 2977688. OLE color: 2977688.
HSL color Cylindrical-coordinate representation of color #986F2D: hue angle of 37.01º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #986F2D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 45 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.40 |
| HSL | 37.01º | 0.54% | 0.39% | - |
| HSV(B) | 37.01º | 0.7% | 0.6% | - |
| XYZ | 19.11 | 18.23 | 5 | - |
| YUV | 115.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 45 | 0 | 0.27 | 0.70 | 0.40 | 37.01 | 0.54 | 0.39 |
| Hex | 98 | 6F | 2D | 0 | 1B | 46 | 28 | 25 | 36 | 27 |
| Octal | 230 | 157 | 55 | 0 | 33 | 106 | 50 | 45 | 66 | 47 |
| Binary | 10011000 | 1101111 | 101101 | 0 | 11011 | 1000110 | 101000 | 100101 | 110110 | 100111 |
Color Harmonies of #986F2D
Complementary color
Monochromatic Colors of #986F2D
Black with #986F2D
Text Example
Text Example
White with #986F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F2D; }
p { color: rgb(152,111,45); }
H1.HeaderClassName
{
color: #986F2D;
}
.AnyTagClassName
{
color: #986F2D;
}
</style>
background-color css
<style>
a { background-color: #986F2D; }
a { background-color: rgb(152,111,45); }
div.DivClassName
{
background-color: #986F2D;
}
.BgClassName
{
background-color: #986F2D;
}
</style>
border-color css
<style>
span { border-color: #986F2D; }
span { border-color: rgb(152,111,45); }
td.TdClassName
{
border-color: #986F2D;
}
.TagClassName
{
border-color: #986F2D;
}
</style>