Shades of Buttered Rum #986F34
Tints of Buttered Rum #986F34
RGB
CMYK
RGB Variations
Color information
#986F34 (or 0x986F34) is known color: Buttered Rum. HEX triplet: 98, 6F and 34. RGB value is (152,111,52). Sum of RGB (Red+Green+Blue) = 152+111+52=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #986F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F34 is #6790CB. Grayscale: #747474. Windows color (decimal): -6787276 or 3436440. OLE color: 3436440.
HSL color Cylindrical-coordinate representation of color #986F34: hue angle of 35.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #986F34 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 52 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.40 |
| HSL | 35.4º | 0.49% | 0.4% | - |
| HSV(B) | 35.4º | 0.66% | 0.6% | - |
| XYZ | 19.25 | 18.29 | 5.76 | - |
| YUV | 116.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 52 | 0 | 0.27 | 0.66 | 0.40 | 35.4 | 0.49 | 0.4 |
| Hex | 98 | 6F | 34 | 0 | 1B | 42 | 28 | 23 | 31 | 28 |
| Octal | 230 | 157 | 64 | 0 | 33 | 102 | 50 | 43 | 61 | 50 |
| Binary | 10011000 | 1101111 | 110100 | 0 | 11011 | 1000010 | 101000 | 100011 | 110001 | 101000 |
Color Harmonies of #986F34
Complementary color
Monochromatic Colors of #986F34
Black with #986F34
Text Example
Text Example
White with #986F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F34; }
p { color: rgb(152,111,52); }
H1.HeaderClassName
{
color: #986F34;
}
.AnyTagClassName
{
color: #986F34;
}
</style>
background-color css
<style>
a { background-color: #986F34; }
a { background-color: rgb(152,111,52); }
div.DivClassName
{
background-color: #986F34;
}
.BgClassName
{
background-color: #986F34;
}
</style>
border-color css
<style>
span { border-color: #986F34; }
span { border-color: rgb(152,111,52); }
td.TdClassName
{
border-color: #986F34;
}
.TagClassName
{
border-color: #986F34;
}
</style>