Shades of Woodland #63703C
Tints of Woodland #63703C
RGB
CMYK
RGB Variations
Color information
#63703C (or 0x63703C) is known color: Woodland. HEX triplet: 63, 70 and 3C. RGB value is (99,112,60). Sum of RGB (Red+Green+Blue) = 99+112+60=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #63703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63703C is #9C8FC3. Grayscale: #666666. Windows color (decimal): -10260420 or 3960931. OLE color: 3960931.
HSL color Cylindrical-coordinate representation of color #63703C: hue angle of 75º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63703C is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 112 | 60 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.56 |
| HSL | 75º | 0.3% | 0.34% | - |
| HSV(B) | 75º | 0.46% | 0.44% | - |
| XYZ | 11.76 | 14.57 | 6.47 | - |
| YUV | 102.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 60 | 0.12 | 0 | 0.46 | 0.56 | 75 | 0.3 | 0.34 |
| Hex | 63 | 70 | 3C | C | 0 | 2E | 38 | 4B | 1E | 22 |
| Octal | 143 | 160 | 74 | 14 | 0 | 56 | 70 | 113 | 36 | 42 |
| Binary | 1100011 | 1110000 | 111100 | 1100 | 0 | 101110 | 111000 | 1001011 | 11110 | 100010 |
Color Harmonies of #63703C
Complementary color
Monochromatic Colors of #63703C
Black with #63703C
Text Example
Text Example
White with #63703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63703C; }
p { color: rgb(99,112,60); }
H1.HeaderClassName
{
color: #63703C;
}
.AnyTagClassName
{
color: #63703C;
}
</style>
background-color css
<style>
a { background-color: #63703C; }
a { background-color: rgb(99,112,60); }
div.DivClassName
{
background-color: #63703C;
}
.BgClassName
{
background-color: #63703C;
}
</style>
border-color css
<style>
span { border-color: #63703C; }
span { border-color: rgb(99,112,60); }
td.TdClassName
{
border-color: #63703C;
}
.TagClassName
{
border-color: #63703C;
}
</style>