Shades of Buttered Rum #99703C
Tints of Buttered Rum #99703C
RGB
CMYK
RGB Variations
Color information
#99703C (or 0x99703C) is known color: Buttered Rum. HEX triplet: 99, 70 and 3C. RGB value is (153,112,60). Sum of RGB (Red+Green+Blue) = 153+112+60=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #99703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99703C is #668FC3. Grayscale: #767676. Windows color (decimal): -6721476 or 3960985. OLE color: 3960985.
HSL color Cylindrical-coordinate representation of color #99703C: hue angle of 33.55º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99703C is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 60 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.4 |
| HSL | 33.55º | 0.44% | 0.42% | - |
| HSV(B) | 33.55º | 0.61% | 0.6% | - |
| XYZ | 19.75 | 18.69 | 6.84 | - |
| YUV | 118.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 60 | 0 | 0.27 | 0.61 | 0.4 | 33.55 | 0.44 | 0.42 |
| Hex | 99 | 70 | 3C | 0 | 1B | 3D | 28 | 22 | 2C | 2A |
| Octal | 231 | 160 | 74 | 0 | 33 | 75 | 50 | 42 | 54 | 52 |
| Binary | 10011001 | 1110000 | 111100 | 0 | 11011 | 111101 | 101000 | 100010 | 101100 | 101010 |
Color Harmonies of #99703C
Complementary color
Monochromatic Colors of #99703C
Black with #99703C
Text Example
Text Example
White with #99703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99703C; }
p { color: rgb(153,112,60); }
H1.HeaderClassName
{
color: #99703C;
}
.AnyTagClassName
{
color: #99703C;
}
</style>
background-color css
<style>
a { background-color: #99703C; }
a { background-color: rgb(153,112,60); }
div.DivClassName
{
background-color: #99703C;
}
.BgClassName
{
background-color: #99703C;
}
</style>
border-color css
<style>
span { border-color: #99703C; }
span { border-color: rgb(153,112,60); }
td.TdClassName
{
border-color: #99703C;
}
.TagClassName
{
border-color: #99703C;
}
</style>