Shades of Woodland #65703D
Tints of Woodland #65703D
RGB
CMYK
RGB Variations
Color information
#65703D (or 0x65703D) is known color: Woodland. HEX triplet: 65, 70 and 3D. RGB value is (101,112,61). Sum of RGB (Red+Green+Blue) = 101+112+61=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #65703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65703D is #9A8FC2. Grayscale: #676767. Windows color (decimal): -10129347 or 4026469. OLE color: 4026469.
HSL color Cylindrical-coordinate representation of color #65703D: hue angle of 72.94º 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 #65703D is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 61 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.56 |
| HSL | 72.94º | 0.29% | 0.34% | - |
| HSV(B) | 72.94º | 0.46% | 0.44% | - |
| XYZ | 12 | 14.69 | 6.62 | - |
| YUV | 102.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 61 | 0.10 | 0 | 0.46 | 0.56 | 72.94 | 0.29 | 0.34 |
| Hex | 65 | 70 | 3D | A | 0 | 2E | 38 | 49 | 1D | 22 |
| Octal | 145 | 160 | 75 | 12 | 0 | 56 | 70 | 111 | 35 | 42 |
| Binary | 1100101 | 1110000 | 111101 | 1010 | 0 | 101110 | 111000 | 1001001 | 11101 | 100010 |
Color Harmonies of #65703D
Complementary color
Monochromatic Colors of #65703D
Black with #65703D
Text Example
Text Example
White with #65703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65703D; }
p { color: rgb(101,112,61); }
H1.HeaderClassName
{
color: #65703D;
}
.AnyTagClassName
{
color: #65703D;
}
</style>
background-color css
<style>
a { background-color: #65703D; }
a { background-color: rgb(101,112,61); }
div.DivClassName
{
background-color: #65703D;
}
.BgClassName
{
background-color: #65703D;
}
</style>
border-color css
<style>
span { border-color: #65703D; }
span { border-color: rgb(101,112,61); }
td.TdClassName
{
border-color: #65703D;
}
.TagClassName
{
border-color: #65703D;
}
</style>