Shades of Buttered Rum #986733
Tints of Buttered Rum #986733
RGB
CMYK
RGB Variations
Color information
#986733 (or 0x986733) is known color: Buttered Rum. HEX triplet: 98, 67 and 33. RGB value is (152,103,51). Sum of RGB (Red+Green+Blue) = 152+103+51=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #986733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986733 is #6798CC. Grayscale: #6F6F6F. Windows color (decimal): -6789325 or 3368856. OLE color: 3368856.
HSL color Cylindrical-coordinate representation of color #986733: hue angle of 30.89º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #986733 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 51 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.40 |
| HSL | 30.89º | 0.5% | 0.4% | - |
| HSV(B) | 30.89º | 0.66% | 0.6% | - |
| XYZ | 18.4 | 16.61 | 5.37 | - |
| YUV | 111.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 51 | 0 | 0.32 | 0.66 | 0.40 | 30.89 | 0.5 | 0.4 |
| Hex | 98 | 67 | 33 | 0 | 20 | 42 | 28 | 1F | 32 | 28 |
| Octal | 230 | 147 | 63 | 0 | 40 | 102 | 50 | 37 | 62 | 50 |
| Binary | 10011000 | 1100111 | 110011 | 0 | 100000 | 1000010 | 101000 | 11111 | 110010 | 101000 |
Color Harmonies of #986733
Complementary color
Monochromatic Colors of #986733
Black with #986733
Text Example
Text Example
White with #986733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986733; }
p { color: rgb(152,103,51); }
H1.HeaderClassName
{
color: #986733;
}
.AnyTagClassName
{
color: #986733;
}
</style>
background-color css
<style>
a { background-color: #986733; }
a { background-color: rgb(152,103,51); }
div.DivClassName
{
background-color: #986733;
}
.BgClassName
{
background-color: #986733;
}
</style>
border-color css
<style>
span { border-color: #986733; }
span { border-color: rgb(152,103,51); }
td.TdClassName
{
border-color: #986733;
}
.TagClassName
{
border-color: #986733;
}
</style>