Shades of Buttered Rum #986924
Tints of Buttered Rum #986924
RGB
CMYK
RGB Variations
Color information
#986924 (or 0x986924) is known color: Buttered Rum. HEX triplet: 98, 69 and 24. RGB value is (152,105,36). Sum of RGB (Red+Green+Blue) = 152+105+36=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #986924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986924 is #6796DB. Grayscale: #6F6F6F. Windows color (decimal): -6788828 or 2386328. OLE color: 2386328.
HSL color Cylindrical-coordinate representation of color #986924: hue angle of 35.69º degrees, saturation: 0.62, 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 #986924 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 36 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.40 |
| HSL | 35.69º | 0.62% | 0.37% | - |
| HSV(B) | 35.69º | 0.76% | 0.6% | - |
| XYZ | 18.32 | 16.91 | 3.97 | - |
| YUV | 111.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 36 | 0 | 0.31 | 0.76 | 0.40 | 35.69 | 0.62 | 0.37 |
| Hex | 98 | 69 | 24 | 0 | 1F | 4C | 28 | 24 | 3E | 25 |
| Octal | 230 | 151 | 44 | 0 | 37 | 114 | 50 | 44 | 76 | 45 |
| Binary | 10011000 | 1101001 | 100100 | 0 | 11111 | 1001100 | 101000 | 100100 | 111110 | 100101 |
Color Harmonies of #986924
Complementary color
Monochromatic Colors of #986924
Black with #986924
Text Example
Text Example
White with #986924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986924; }
p { color: rgb(152,105,36); }
H1.HeaderClassName
{
color: #986924;
}
.AnyTagClassName
{
color: #986924;
}
</style>
background-color css
<style>
a { background-color: #986924; }
a { background-color: rgb(152,105,36); }
div.DivClassName
{
background-color: #986924;
}
.BgClassName
{
background-color: #986924;
}
</style>
border-color css
<style>
span { border-color: #986924; }
span { border-color: rgb(152,105,36); }
td.TdClassName
{
border-color: #986924;
}
.TagClassName
{
border-color: #986924;
}
</style>