Shades of Buttered Rum #98703C
Tints of Buttered Rum #98703C
RGB
CMYK
RGB Variations
Color information
#98703C (or 0x98703C) is known color: Buttered Rum. HEX triplet: 98, 70 and 3C. RGB value is (152,112,60). Sum of RGB (Red+Green+Blue) = 152+112+60=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98703C is #678FC3. Grayscale: #767676. Windows color (decimal): -6787012 or 3960984. OLE color: 3960984.
HSL color Cylindrical-coordinate representation of color #98703C: hue angle of 33.91º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98703C is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 60 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.40 |
| HSL | 33.91º | 0.43% | 0.42% | - |
| HSV(B) | 33.91º | 0.61% | 0.6% | - |
| XYZ | 19.56 | 18.59 | 6.83 | - |
| YUV | 118.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 60 | 0 | 0.26 | 0.61 | 0.40 | 33.91 | 0.43 | 0.42 |
| Hex | 98 | 70 | 3C | 0 | 1A | 3D | 28 | 22 | 2B | 2A |
| Octal | 230 | 160 | 74 | 0 | 32 | 75 | 50 | 42 | 53 | 52 |
| Binary | 10011000 | 1110000 | 111100 | 0 | 11010 | 111101 | 101000 | 100010 | 101011 | 101010 |
Color Harmonies of #98703C
Complementary color
Monochromatic Colors of #98703C
Black with #98703C
Text Example
Text Example
White with #98703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98703C; }
p { color: rgb(152,112,60); }
H1.HeaderClassName
{
color: #98703C;
}
.AnyTagClassName
{
color: #98703C;
}
</style>
background-color css
<style>
a { background-color: #98703C; }
a { background-color: rgb(152,112,60); }
div.DivClassName
{
background-color: #98703C;
}
.BgClassName
{
background-color: #98703C;
}
</style>
border-color css
<style>
span { border-color: #98703C; }
span { border-color: rgb(152,112,60); }
td.TdClassName
{
border-color: #98703C;
}
.TagClassName
{
border-color: #98703C;
}
</style>