Shades of Buttered Rum #986F30
Tints of Buttered Rum #986F30
RGB
CMYK
RGB Variations
Color information
#986F30 (or 0x986F30) is known color: Buttered Rum. HEX triplet: 98, 6F and 30. RGB value is (152,111,48). Sum of RGB (Red+Green+Blue) = 152+111+48=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #986F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F30 is #6790CF. Grayscale: #747474. Windows color (decimal): -6787280 or 3174296. OLE color: 3174296.
HSL color Cylindrical-coordinate representation of color #986F30: hue angle of 36.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #986F30 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 48 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.40 |
| HSL | 36.35º | 0.52% | 0.39% | - |
| HSV(B) | 36.35º | 0.68% | 0.6% | - |
| XYZ | 19.17 | 18.26 | 5.31 | - |
| YUV | 116.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 48 | 0 | 0.27 | 0.68 | 0.40 | 36.35 | 0.52 | 0.39 |
| Hex | 98 | 6F | 30 | 0 | 1B | 44 | 28 | 24 | 34 | 27 |
| Octal | 230 | 157 | 60 | 0 | 33 | 104 | 50 | 44 | 64 | 47 |
| Binary | 10011000 | 1101111 | 110000 | 0 | 11011 | 1000100 | 101000 | 100100 | 110100 | 100111 |
Color Harmonies of #986F30
Complementary color
Monochromatic Colors of #986F30
Black with #986F30
Text Example
Text Example
White with #986F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F30; }
p { color: rgb(152,111,48); }
H1.HeaderClassName
{
color: #986F30;
}
.AnyTagClassName
{
color: #986F30;
}
</style>
background-color css
<style>
a { background-color: #986F30; }
a { background-color: rgb(152,111,48); }
div.DivClassName
{
background-color: #986F30;
}
.BgClassName
{
background-color: #986F30;
}
</style>
border-color css
<style>
span { border-color: #986F30; }
span { border-color: rgb(152,111,48); }
td.TdClassName
{
border-color: #986F30;
}
.TagClassName
{
border-color: #986F30;
}
</style>