Shades of Buttered Rum #986E25
Tints of Buttered Rum #986E25
RGB
CMYK
RGB Variations
Color information
#986E25 (or 0x986E25) is known color: Buttered Rum. HEX triplet: 98, 6E and 25. RGB value is (152,110,37). Sum of RGB (Red+Green+Blue) = 152+110+37=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #986E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E25 is #6791DA. Grayscale: #727272. Windows color (decimal): -6787547 or 2453144. OLE color: 2453144.
HSL color Cylindrical-coordinate representation of color #986E25: hue angle of 38.09º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #986E25 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 37 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.40 |
| HSL | 38.09º | 0.61% | 0.37% | - |
| HSV(B) | 38.09º | 0.76% | 0.6% | - |
| XYZ | 18.86 | 17.96 | 4.22 | - |
| YUV | 114.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 37 | 0 | 0.28 | 0.76 | 0.40 | 38.09 | 0.61 | 0.37 |
| Hex | 98 | 6E | 25 | 0 | 1C | 4C | 28 | 26 | 3D | 25 |
| Octal | 230 | 156 | 45 | 0 | 34 | 114 | 50 | 46 | 75 | 45 |
| Binary | 10011000 | 1101110 | 100101 | 0 | 11100 | 1001100 | 101000 | 100110 | 111101 | 100101 |
Color Harmonies of #986E25
Complementary color
Monochromatic Colors of #986E25
Black with #986E25
Text Example
Text Example
White with #986E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E25; }
p { color: rgb(152,110,37); }
H1.HeaderClassName
{
color: #986E25;
}
.AnyTagClassName
{
color: #986E25;
}
</style>
background-color css
<style>
a { background-color: #986E25; }
a { background-color: rgb(152,110,37); }
div.DivClassName
{
background-color: #986E25;
}
.BgClassName
{
background-color: #986E25;
}
</style>
border-color css
<style>
span { border-color: #986E25; }
span { border-color: rgb(152,110,37); }
td.TdClassName
{
border-color: #986E25;
}
.TagClassName
{
border-color: #986E25;
}
</style>