Shades of Buttered Rum #986827
Tints of Buttered Rum #986827
RGB
CMYK
RGB Variations
Color information
#986827 (or 0x986827) is known color: Buttered Rum. HEX triplet: 98, 68 and 27. RGB value is (152,104,39). Sum of RGB (Red+Green+Blue) = 152+104+39=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #986827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986827 is #6797D8. Grayscale: #6F6F6F. Windows color (decimal): -6789081 or 2582680. OLE color: 2582680.
HSL color Cylindrical-coordinate representation of color #986827: hue angle of 34.51º 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 #986827 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 39 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.40 |
| HSL | 34.51º | 0.59% | 0.37% | - |
| HSV(B) | 34.51º | 0.74% | 0.6% | - |
| XYZ | 18.27 | 16.72 | 4.18 | - |
| YUV | 110.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 39 | 0 | 0.32 | 0.74 | 0.40 | 34.51 | 0.59 | 0.37 |
| Hex | 98 | 68 | 27 | 0 | 20 | 4A | 28 | 23 | 3B | 25 |
| Octal | 230 | 150 | 47 | 0 | 40 | 112 | 50 | 43 | 73 | 45 |
| Binary | 10011000 | 1101000 | 100111 | 0 | 100000 | 1001010 | 101000 | 100011 | 111011 | 100101 |
Color Harmonies of #986827
Complementary color
Monochromatic Colors of #986827
Black with #986827
Text Example
Text Example
White with #986827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986827; }
p { color: rgb(152,104,39); }
H1.HeaderClassName
{
color: #986827;
}
.AnyTagClassName
{
color: #986827;
}
</style>
background-color css
<style>
a { background-color: #986827; }
a { background-color: rgb(152,104,39); }
div.DivClassName
{
background-color: #986827;
}
.BgClassName
{
background-color: #986827;
}
</style>
border-color css
<style>
span { border-color: #986827; }
span { border-color: rgb(152,104,39); }
td.TdClassName
{
border-color: #986827;
}
.TagClassName
{
border-color: #986827;
}
</style>