Shades of Woodland #63703F
Tints of Woodland #63703F
RGB
CMYK
RGB Variations
Color information
#63703F (or 0x63703F) is known color: Woodland. HEX triplet: 63, 70 and 3F. RGB value is (99,112,63). Sum of RGB (Red+Green+Blue) = 99+112+63=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #63703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63703F is #9C8FC0. Grayscale: #666666. Windows color (decimal): -10260417 or 4157539. OLE color: 4157539.
HSL color Cylindrical-coordinate representation of color #63703F: hue angle of 75.92º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63703F is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 112 | 63 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.56 |
| HSL | 75.92º | 0.28% | 0.34% | - |
| HSV(B) | 75.92º | 0.44% | 0.44% | - |
| XYZ | 11.84 | 14.6 | 6.9 | - |
| YUV | 102.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 63 | 0.12 | 0 | 0.44 | 0.56 | 75.92 | 0.28 | 0.34 |
| Hex | 63 | 70 | 3F | C | 0 | 2C | 38 | 4C | 1C | 22 |
| Octal | 143 | 160 | 77 | 14 | 0 | 54 | 70 | 114 | 34 | 42 |
| Binary | 1100011 | 1110000 | 111111 | 1100 | 0 | 101100 | 111000 | 1001100 | 11100 | 100010 |
Color Harmonies of #63703F
Complementary color
Monochromatic Colors of #63703F
Black with #63703F
Text Example
Text Example
White with #63703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63703F; }
p { color: rgb(99,112,63); }
H1.HeaderClassName
{
color: #63703F;
}
.AnyTagClassName
{
color: #63703F;
}
</style>
background-color css
<style>
a { background-color: #63703F; }
a { background-color: rgb(99,112,63); }
div.DivClassName
{
background-color: #63703F;
}
.BgClassName
{
background-color: #63703F;
}
</style>
border-color css
<style>
span { border-color: #63703F; }
span { border-color: rgb(99,112,63); }
td.TdClassName
{
border-color: #63703F;
}
.TagClassName
{
border-color: #63703F;
}
</style>