Shades of Buttered Rum #986A2A
Tints of Buttered Rum #986A2A
RGB
CMYK
RGB Variations
Color information
#986A2A (or 0x986A2A) is known color: Buttered Rum. HEX triplet: 98, 6A and 2A. RGB value is (152,106,42). Sum of RGB (Red+Green+Blue) = 152+106+42=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #986A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A2A is #6795D5. Grayscale: #707070. Windows color (decimal): -6788566 or 2779800. OLE color: 2779800.
HSL color Cylindrical-coordinate representation of color #986A2A: hue angle of 34.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #986A2A is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 42 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.40 |
| HSL | 34.91º | 0.57% | 0.38% | - |
| HSV(B) | 34.91º | 0.72% | 0.6% | - |
| XYZ | 18.52 | 17.15 | 4.52 | - |
| YUV | 112.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 42 | 0 | 0.30 | 0.72 | 0.40 | 34.91 | 0.57 | 0.38 |
| Hex | 98 | 6A | 2A | 0 | 1E | 48 | 28 | 23 | 39 | 26 |
| Octal | 230 | 152 | 52 | 0 | 36 | 110 | 50 | 43 | 71 | 46 |
| Binary | 10011000 | 1101010 | 101010 | 0 | 11110 | 1001000 | 101000 | 100011 | 111001 | 100110 |
Color Harmonies of #986A2A
Complementary color
Monochromatic Colors of #986A2A
Black with #986A2A
Text Example
Text Example
White with #986A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A2A; }
p { color: rgb(152,106,42); }
H1.HeaderClassName
{
color: #986A2A;
}
.AnyTagClassName
{
color: #986A2A;
}
</style>
background-color css
<style>
a { background-color: #986A2A; }
a { background-color: rgb(152,106,42); }
div.DivClassName
{
background-color: #986A2A;
}
.BgClassName
{
background-color: #986A2A;
}
</style>
border-color css
<style>
span { border-color: #986A2A; }
span { border-color: rgb(152,106,42); }
td.TdClassName
{
border-color: #986A2A;
}
.TagClassName
{
border-color: #986A2A;
}
</style>