Shades of Buttered Rum #99703D
Tints of Buttered Rum #99703D
RGB
CMYK
RGB Variations
Color information
#99703D (or 0x99703D) is known color: Buttered Rum. HEX triplet: 99, 70 and 3D. RGB value is (153,112,61). Sum of RGB (Red+Green+Blue) = 153+112+61=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99703D is #668FC2. Grayscale: #767676. Windows color (decimal): -6721475 or 4026521. OLE color: 4026521.
HSL color Cylindrical-coordinate representation of color #99703D: hue angle of 33.26º 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 #99703D is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 61 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.4 |
| HSL | 33.26º | 0.43% | 0.42% | - |
| HSV(B) | 33.26º | 0.6% | 0.6% | - |
| XYZ | 19.77 | 18.7 | 6.98 | - |
| YUV | 118.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 61 | 0 | 0.27 | 0.60 | 0.4 | 33.26 | 0.43 | 0.42 |
| Hex | 99 | 70 | 3D | 0 | 1B | 3C | 28 | 21 | 2B | 2A |
| Octal | 231 | 160 | 75 | 0 | 33 | 74 | 50 | 41 | 53 | 52 |
| Binary | 10011001 | 1110000 | 111101 | 0 | 11011 | 111100 | 101000 | 100001 | 101011 | 101010 |
Color Harmonies of #99703D
Complementary color
Monochromatic Colors of #99703D
Black with #99703D
Text Example
Text Example
White with #99703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99703D; }
p { color: rgb(153,112,61); }
H1.HeaderClassName
{
color: #99703D;
}
.AnyTagClassName
{
color: #99703D;
}
</style>
background-color css
<style>
a { background-color: #99703D; }
a { background-color: rgb(153,112,61); }
div.DivClassName
{
background-color: #99703D;
}
.BgClassName
{
background-color: #99703D;
}
</style>
border-color css
<style>
span { border-color: #99703D; }
span { border-color: rgb(153,112,61); }
td.TdClassName
{
border-color: #99703D;
}
.TagClassName
{
border-color: #99703D;
}
</style>