Shades of Buttered Rum #986F27
Tints of Buttered Rum #986F27
RGB
CMYK
RGB Variations
Color information
#986F27 (or 0x986F27) is known color: Buttered Rum. HEX triplet: 98, 6F and 27. RGB value is (152,111,39). Sum of RGB (Red+Green+Blue) = 152+111+39=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #986F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F27 is #6790D8. Grayscale: #737373. Windows color (decimal): -6787289 or 2584472. OLE color: 2584472.
HSL color Cylindrical-coordinate representation of color #986F27: hue angle of 38.23º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #986F27 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 39 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.40 |
| HSL | 38.23º | 0.59% | 0.37% | - |
| HSV(B) | 38.23º | 0.74% | 0.6% | - |
| XYZ | 19 | 18.19 | 4.43 | - |
| YUV | 115.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 39 | 0 | 0.27 | 0.74 | 0.40 | 38.23 | 0.59 | 0.37 |
| Hex | 98 | 6F | 27 | 0 | 1B | 4A | 28 | 26 | 3B | 25 |
| Octal | 230 | 157 | 47 | 0 | 33 | 112 | 50 | 46 | 73 | 45 |
| Binary | 10011000 | 1101111 | 100111 | 0 | 11011 | 1001010 | 101000 | 100110 | 111011 | 100101 |
Color Harmonies of #986F27
Complementary color
Monochromatic Colors of #986F27
Black with #986F27
Text Example
Text Example
White with #986F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F27; }
p { color: rgb(152,111,39); }
H1.HeaderClassName
{
color: #986F27;
}
.AnyTagClassName
{
color: #986F27;
}
</style>
background-color css
<style>
a { background-color: #986F27; }
a { background-color: rgb(152,111,39); }
div.DivClassName
{
background-color: #986F27;
}
.BgClassName
{
background-color: #986F27;
}
</style>
border-color css
<style>
span { border-color: #986F27; }
span { border-color: rgb(152,111,39); }
td.TdClassName
{
border-color: #986F27;
}
.TagClassName
{
border-color: #986F27;
}
</style>