Shades of Buttered Rum #986E3B
Tints of Buttered Rum #986E3B
RGB
CMYK
RGB Variations
Color information
#986E3B (or 0x986E3B) is known color: Buttered Rum. HEX triplet: 98, 6E and 3B. RGB value is (152,110,59). Sum of RGB (Red+Green+Blue) = 152+110+59=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #986E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E3B is #6791C4. Grayscale: #747474. Windows color (decimal): -6787525 or 3894936. OLE color: 3894936.
HSL color Cylindrical-coordinate representation of color #986E3B: hue angle of 32.9º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #986E3B is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 59 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.40 |
| HSL | 32.9º | 0.44% | 0.41% | - |
| HSV(B) | 32.9º | 0.61% | 0.6% | - |
| XYZ | 19.31 | 18.14 | 6.62 | - |
| YUV | 116.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 59 | 0 | 0.28 | 0.61 | 0.40 | 32.9 | 0.44 | 0.41 |
| Hex | 98 | 6E | 3B | 0 | 1C | 3D | 28 | 21 | 2C | 29 |
| Octal | 230 | 156 | 73 | 0 | 34 | 75 | 50 | 41 | 54 | 51 |
| Binary | 10011000 | 1101110 | 111011 | 0 | 11100 | 111101 | 101000 | 100001 | 101100 | 101001 |
Color Harmonies of #986E3B
Complementary color
Monochromatic Colors of #986E3B
Black with #986E3B
Text Example
Text Example
White with #986E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E3B; }
p { color: rgb(152,110,59); }
H1.HeaderClassName
{
color: #986E3B;
}
.AnyTagClassName
{
color: #986E3B;
}
</style>
background-color css
<style>
a { background-color: #986E3B; }
a { background-color: rgb(152,110,59); }
div.DivClassName
{
background-color: #986E3B;
}
.BgClassName
{
background-color: #986E3B;
}
</style>
border-color css
<style>
span { border-color: #986E3B; }
span { border-color: rgb(152,110,59); }
td.TdClassName
{
border-color: #986E3B;
}
.TagClassName
{
border-color: #986E3B;
}
</style>