Shades of Buttered Rum #986930
Tints of Buttered Rum #986930
RGB
CMYK
RGB Variations
Color information
#986930 (or 0x986930) is known color: Buttered Rum. HEX triplet: 98, 69 and 30. RGB value is (152,105,48). Sum of RGB (Red+Green+Blue) = 152+105+48=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #986930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986930 is #6796CF. Grayscale: #707070. Windows color (decimal): -6788816 or 3172760. OLE color: 3172760.
HSL color Cylindrical-coordinate representation of color #986930: hue angle of 32.88º 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 #986930 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 48 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.40 |
| HSL | 32.88º | 0.52% | 0.39% | - |
| HSV(B) | 32.88º | 0.68% | 0.6% | - |
| XYZ | 18.53 | 16.99 | 5.1 | - |
| YUV | 112.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 48 | 0 | 0.31 | 0.68 | 0.40 | 32.88 | 0.52 | 0.39 |
| Hex | 98 | 69 | 30 | 0 | 1F | 44 | 28 | 21 | 34 | 27 |
| Octal | 230 | 151 | 60 | 0 | 37 | 104 | 50 | 41 | 64 | 47 |
| Binary | 10011000 | 1101001 | 110000 | 0 | 11111 | 1000100 | 101000 | 100001 | 110100 | 100111 |
Color Harmonies of #986930
Complementary color
Monochromatic Colors of #986930
Black with #986930
Text Example
Text Example
White with #986930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986930; }
p { color: rgb(152,105,48); }
H1.HeaderClassName
{
color: #986930;
}
.AnyTagClassName
{
color: #986930;
}
</style>
background-color css
<style>
a { background-color: #986930; }
a { background-color: rgb(152,105,48); }
div.DivClassName
{
background-color: #986930;
}
.BgClassName
{
background-color: #986930;
}
</style>
border-color css
<style>
span { border-color: #986930; }
span { border-color: rgb(152,105,48); }
td.TdClassName
{
border-color: #986930;
}
.TagClassName
{
border-color: #986930;
}
</style>