Shades of Buttered Rum #986D25
Tints of Buttered Rum #986D25
RGB
CMYK
RGB Variations
Color information
#986D25 (or 0x986D25) is known color: Buttered Rum. HEX triplet: 98, 6D and 25. RGB value is (152,109,37). Sum of RGB (Red+Green+Blue) = 152+109+37=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #986D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D25 is #6792DA. Grayscale: #717171. Windows color (decimal): -6787803 or 2452888. OLE color: 2452888.
HSL color Cylindrical-coordinate representation of color #986D25: hue angle of 37.57º 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 #986D25 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 37 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.40 |
| HSL | 37.57º | 0.61% | 0.37% | - |
| HSV(B) | 37.57º | 0.76% | 0.6% | - |
| XYZ | 18.75 | 17.75 | 4.19 | - |
| YUV | 113.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 37 | 0 | 0.28 | 0.76 | 0.40 | 37.57 | 0.61 | 0.37 |
| Hex | 98 | 6D | 25 | 0 | 1C | 4C | 28 | 26 | 3D | 25 |
| Octal | 230 | 155 | 45 | 0 | 34 | 114 | 50 | 46 | 75 | 45 |
| Binary | 10011000 | 1101101 | 100101 | 0 | 11100 | 1001100 | 101000 | 100110 | 111101 | 100101 |
Color Harmonies of #986D25
Complementary color
Monochromatic Colors of #986D25
Black with #986D25
Text Example
Text Example
White with #986D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D25; }
p { color: rgb(152,109,37); }
H1.HeaderClassName
{
color: #986D25;
}
.AnyTagClassName
{
color: #986D25;
}
</style>
background-color css
<style>
a { background-color: #986D25; }
a { background-color: rgb(152,109,37); }
div.DivClassName
{
background-color: #986D25;
}
.BgClassName
{
background-color: #986D25;
}
</style>
border-color css
<style>
span { border-color: #986D25; }
span { border-color: rgb(152,109,37); }
td.TdClassName
{
border-color: #986D25;
}
.TagClassName
{
border-color: #986D25;
}
</style>