Shades of Buttered Rum #98773D
Tints of Buttered Rum #98773D
RGB
CMYK
RGB Variations
Color information
#98773D (or 0x98773D) is known color: Buttered Rum. HEX triplet: 98, 77 and 3D. RGB value is (152,119,61). Sum of RGB (Red+Green+Blue) = 152+119+61=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98773D is #6788C2. Grayscale: #7A7A7A. Windows color (decimal): -6785219 or 4028312. OLE color: 4028312.
HSL color Cylindrical-coordinate representation of color #98773D: hue angle of 38.24º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98773D is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 61 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.40 |
| HSL | 38.24º | 0.43% | 0.42% | - |
| HSV(B) | 38.24º | 0.6% | 0.6% | - |
| XYZ | 20.39 | 20.21 | 7.24 | - |
| YUV | 122.26 | 93.43 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 61 | 0 | 0.22 | 0.60 | 0.40 | 38.24 | 0.43 | 0.42 |
| Hex | 98 | 77 | 3D | 0 | 16 | 3C | 28 | 26 | 2B | 2A |
| Octal | 230 | 167 | 75 | 0 | 26 | 74 | 50 | 46 | 53 | 52 |
| Binary | 10011000 | 1110111 | 111101 | 0 | 10110 | 111100 | 101000 | 100110 | 101011 | 101010 |
Color Harmonies of #98773D
Complementary color
Monochromatic Colors of #98773D
Black with #98773D
Text Example
Text Example
White with #98773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98773D; }
p { color: rgb(152,119,61); }
H1.HeaderClassName
{
color: #98773D;
}
.AnyTagClassName
{
color: #98773D;
}
</style>
background-color css
<style>
a { background-color: #98773D; }
a { background-color: rgb(152,119,61); }
div.DivClassName
{
background-color: #98773D;
}
.BgClassName
{
background-color: #98773D;
}
</style>
border-color css
<style>
span { border-color: #98773D; }
span { border-color: rgb(152,119,61); }
td.TdClassName
{
border-color: #98773D;
}
.TagClassName
{
border-color: #98773D;
}
</style>