Shades of Woodland #63703D
Tints of Woodland #63703D
RGB
CMYK
RGB Variations
Color information
#63703D (or 0x63703D) is known color: Woodland. HEX triplet: 63, 70 and 3D. RGB value is (99,112,61). Sum of RGB (Red+Green+Blue) = 99+112+61=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #63703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63703D is #9C8FC2. Grayscale: #666666. Windows color (decimal): -10260419 or 4026467. OLE color: 4026467.
HSL color Cylindrical-coordinate representation of color #63703D: hue angle of 75.29º degrees, saturation: 0.29, 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 #63703D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 112 | 61 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.56 |
| HSL | 75.29º | 0.29% | 0.34% | - |
| HSV(B) | 75.29º | 0.46% | 0.44% | - |
| XYZ | 11.78 | 14.58 | 6.61 | - |
| YUV | 102.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 61 | 0.12 | 0 | 0.46 | 0.56 | 75.29 | 0.29 | 0.34 |
| Hex | 63 | 70 | 3D | C | 0 | 2E | 38 | 4B | 1D | 22 |
| Octal | 143 | 160 | 75 | 14 | 0 | 56 | 70 | 113 | 35 | 42 |
| Binary | 1100011 | 1110000 | 111101 | 1100 | 0 | 101110 | 111000 | 1001011 | 11101 | 100010 |
Color Harmonies of #63703D
Complementary color
Monochromatic Colors of #63703D
Black with #63703D
Text Example
Text Example
White with #63703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63703D; }
p { color: rgb(99,112,61); }
H1.HeaderClassName
{
color: #63703D;
}
.AnyTagClassName
{
color: #63703D;
}
</style>
background-color css
<style>
a { background-color: #63703D; }
a { background-color: rgb(99,112,61); }
div.DivClassName
{
background-color: #63703D;
}
.BgClassName
{
background-color: #63703D;
}
</style>
border-color css
<style>
span { border-color: #63703D; }
span { border-color: rgb(99,112,61); }
td.TdClassName
{
border-color: #63703D;
}
.TagClassName
{
border-color: #63703D;
}
</style>