Shades of Buttered Rum #98692E
Tints of Buttered Rum #98692E
RGB
CMYK
RGB Variations
Color information
#98692E (or 0x98692E) is known color: Buttered Rum. HEX triplet: 98, 69 and 2E. RGB value is (152,105,46). Sum of RGB (Red+Green+Blue) = 152+105+46=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #98692E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98692E is #6796D1. Grayscale: #707070. Windows color (decimal): -6788818 or 3041688. OLE color: 3041688.
HSL color Cylindrical-coordinate representation of color #98692E: hue angle of 33.4º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98692E is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 46 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.40 |
| HSL | 33.4º | 0.54% | 0.39% | - |
| HSV(B) | 33.4º | 0.7% | 0.6% | - |
| XYZ | 18.49 | 16.98 | 4.89 | - |
| YUV | 112.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 46 | 0 | 0.31 | 0.70 | 0.40 | 33.4 | 0.54 | 0.39 |
| Hex | 98 | 69 | 2E | 0 | 1F | 46 | 28 | 21 | 36 | 27 |
| Octal | 230 | 151 | 56 | 0 | 37 | 106 | 50 | 41 | 66 | 47 |
| Binary | 10011000 | 1101001 | 101110 | 0 | 11111 | 1000110 | 101000 | 100001 | 110110 | 100111 |
Color Harmonies of #98692E
Complementary color
Monochromatic Colors of #98692E
Black with #98692E
Text Example
Text Example
White with #98692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98692E; }
p { color: rgb(152,105,46); }
H1.HeaderClassName
{
color: #98692E;
}
.AnyTagClassName
{
color: #98692E;
}
</style>
background-color css
<style>
a { background-color: #98692E; }
a { background-color: rgb(152,105,46); }
div.DivClassName
{
background-color: #98692E;
}
.BgClassName
{
background-color: #98692E;
}
</style>
border-color css
<style>
span { border-color: #98692E; }
span { border-color: rgb(152,105,46); }
td.TdClassName
{
border-color: #98692E;
}
.TagClassName
{
border-color: #98692E;
}
</style>