Shades of Buttered Rum #986728
Tints of Buttered Rum #986728
RGB
CMYK
RGB Variations
Color information
#986728 (or 0x986728) is known color: Buttered Rum. HEX triplet: 98, 67 and 28. RGB value is (152,103,40). Sum of RGB (Red+Green+Blue) = 152+103+40=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #986728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986728 is #6798D7. Grayscale: #6E6E6E. Windows color (decimal): -6789336 or 2647960. OLE color: 2647960.
HSL color Cylindrical-coordinate representation of color #986728: hue angle of 33.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #986728 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 40 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.40 |
| HSL | 33.75º | 0.58% | 0.38% | - |
| HSV(B) | 33.75º | 0.74% | 0.6% | - |
| XYZ | 18.18 | 16.53 | 4.24 | - |
| YUV | 110.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 40 | 0 | 0.32 | 0.74 | 0.40 | 33.75 | 0.58 | 0.38 |
| Hex | 98 | 67 | 28 | 0 | 20 | 4A | 28 | 22 | 3A | 26 |
| Octal | 230 | 147 | 50 | 0 | 40 | 112 | 50 | 42 | 72 | 46 |
| Binary | 10011000 | 1100111 | 101000 | 0 | 100000 | 1001010 | 101000 | 100010 | 111010 | 100110 |
Color Harmonies of #986728
Complementary color
Monochromatic Colors of #986728
Black with #986728
Text Example
Text Example
White with #986728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986728; }
p { color: rgb(152,103,40); }
H1.HeaderClassName
{
color: #986728;
}
.AnyTagClassName
{
color: #986728;
}
</style>
background-color css
<style>
a { background-color: #986728; }
a { background-color: rgb(152,103,40); }
div.DivClassName
{
background-color: #986728;
}
.BgClassName
{
background-color: #986728;
}
</style>
border-color css
<style>
span { border-color: #986728; }
span { border-color: rgb(152,103,40); }
td.TdClassName
{
border-color: #986728;
}
.TagClassName
{
border-color: #986728;
}
</style>