Shades of Buttered Rum #98662E
Tints of Buttered Rum #98662E
RGB
CMYK
RGB Variations
Color information
#98662E (or 0x98662E) is known color: Buttered Rum. HEX triplet: 98, 66 and 2E. RGB value is (152,102,46). Sum of RGB (Red+Green+Blue) = 152+102+46=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98662E is #6799D1. Grayscale: #6E6E6E. Windows color (decimal): -6789586 or 3040920. OLE color: 3040920.
HSL color Cylindrical-coordinate representation of color #98662E: hue angle of 31.7º 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 #98662E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 46 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.40 |
| HSL | 31.7º | 0.54% | 0.39% | - |
| HSV(B) | 31.7º | 0.7% | 0.6% | - |
| XYZ | 18.19 | 16.38 | 4.79 | - |
| YUV | 110.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 46 | 0 | 0.33 | 0.70 | 0.40 | 31.7 | 0.54 | 0.39 |
| Hex | 98 | 66 | 2E | 0 | 21 | 46 | 28 | 20 | 36 | 27 |
| Octal | 230 | 146 | 56 | 0 | 41 | 106 | 50 | 40 | 66 | 47 |
| Binary | 10011000 | 1100110 | 101110 | 0 | 100001 | 1000110 | 101000 | 100000 | 110110 | 100111 |
Color Harmonies of #98662E
Complementary color
Monochromatic Colors of #98662E
Black with #98662E
Text Example
Text Example
White with #98662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98662E; }
p { color: rgb(152,102,46); }
H1.HeaderClassName
{
color: #98662E;
}
.AnyTagClassName
{
color: #98662E;
}
</style>
background-color css
<style>
a { background-color: #98662E; }
a { background-color: rgb(152,102,46); }
div.DivClassName
{
background-color: #98662E;
}
.BgClassName
{
background-color: #98662E;
}
</style>
border-color css
<style>
span { border-color: #98662E; }
span { border-color: rgb(152,102,46); }
td.TdClassName
{
border-color: #98662E;
}
.TagClassName
{
border-color: #98662E;
}
</style>