Shades of Buttered Rum #986C22
Tints of Buttered Rum #986C22
RGB
CMYK
RGB Variations
Color information
#986C22 (or 0x986C22) is known color: Buttered Rum. HEX triplet: 98, 6C and 22. RGB value is (152,108,34). Sum of RGB (Red+Green+Blue) = 152+108+34=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #986C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C22 is #6793DD. Grayscale: #717171. Windows color (decimal): -6788062 or 2256024. OLE color: 2256024.
HSL color Cylindrical-coordinate representation of color #986C22: hue angle of 37.63º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #986C22 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 34 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.40 |
| HSL | 37.63º | 0.63% | 0.36% | - |
| HSV(B) | 37.63º | 0.78% | 0.6% | - |
| XYZ | 18.6 | 17.52 | 3.91 | - |
| YUV | 112.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 34 | 0 | 0.29 | 0.78 | 0.40 | 37.63 | 0.63 | 0.36 |
| Hex | 98 | 6C | 22 | 0 | 1D | 4E | 28 | 26 | 3F | 24 |
| Octal | 230 | 154 | 42 | 0 | 35 | 116 | 50 | 46 | 77 | 44 |
| Binary | 10011000 | 1101100 | 100010 | 0 | 11101 | 1001110 | 101000 | 100110 | 111111 | 100100 |
Color Harmonies of #986C22
Complementary color
Monochromatic Colors of #986C22
Black with #986C22
Text Example
Text Example
White with #986C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C22; }
p { color: rgb(152,108,34); }
H1.HeaderClassName
{
color: #986C22;
}
.AnyTagClassName
{
color: #986C22;
}
</style>
background-color css
<style>
a { background-color: #986C22; }
a { background-color: rgb(152,108,34); }
div.DivClassName
{
background-color: #986C22;
}
.BgClassName
{
background-color: #986C22;
}
</style>
border-color css
<style>
span { border-color: #986C22; }
span { border-color: rgb(152,108,34); }
td.TdClassName
{
border-color: #986C22;
}
.TagClassName
{
border-color: #986C22;
}
</style>