Shades of Buttered Rum #98703B
Tints of Buttered Rum #98703B
RGB
CMYK
RGB Variations
Color information
#98703B (or 0x98703B) is known color: Buttered Rum. HEX triplet: 98, 70 and 3B. RGB value is (152,112,59). Sum of RGB (Red+Green+Blue) = 152+112+59=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #98703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98703B is #678FC4. Grayscale: #767676. Windows color (decimal): -6787013 or 3895448. OLE color: 3895448.
HSL color Cylindrical-coordinate representation of color #98703B: hue angle of 34.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98703B is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 59 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.40 |
| HSL | 34.19º | 0.44% | 0.41% | - |
| HSV(B) | 34.19º | 0.61% | 0.6% | - |
| XYZ | 19.53 | 18.58 | 6.69 | - |
| YUV | 117.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 59 | 0 | 0.26 | 0.61 | 0.40 | 34.19 | 0.44 | 0.41 |
| Hex | 98 | 70 | 3B | 0 | 1A | 3D | 28 | 22 | 2C | 29 |
| Octal | 230 | 160 | 73 | 0 | 32 | 75 | 50 | 42 | 54 | 51 |
| Binary | 10011000 | 1110000 | 111011 | 0 | 11010 | 111101 | 101000 | 100010 | 101100 | 101001 |
Color Harmonies of #98703B
Complementary color
Monochromatic Colors of #98703B
Black with #98703B
Text Example
Text Example
White with #98703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98703B; }
p { color: rgb(152,112,59); }
H1.HeaderClassName
{
color: #98703B;
}
.AnyTagClassName
{
color: #98703B;
}
</style>
background-color css
<style>
a { background-color: #98703B; }
a { background-color: rgb(152,112,59); }
div.DivClassName
{
background-color: #98703B;
}
.BgClassName
{
background-color: #98703B;
}
</style>
border-color css
<style>
span { border-color: #98703B; }
span { border-color: rgb(152,112,59); }
td.TdClassName
{
border-color: #98703B;
}
.TagClassName
{
border-color: #98703B;
}
</style>