Shades of Woodland #65703F
Tints of Woodland #65703F
RGB
CMYK
RGB Variations
Color information
#65703F (or 0x65703F) is known color: Woodland. HEX triplet: 65, 70 and 3F. RGB value is (101,112,63). Sum of RGB (Red+Green+Blue) = 101+112+63=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #65703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65703F is #9A8FC0. Grayscale: #676767. Windows color (decimal): -10129345 or 4157541. OLE color: 4157541.
HSL color Cylindrical-coordinate representation of color #65703F: hue angle of 73.47º 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 #65703F is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 63 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.56 |
| HSL | 73.47º | 0.28% | 0.34% | - |
| HSV(B) | 73.47º | 0.44% | 0.44% | - |
| XYZ | 12.06 | 14.71 | 6.91 | - |
| YUV | 103.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 63 | 0.10 | 0 | 0.44 | 0.56 | 73.47 | 0.28 | 0.34 |
| Hex | 65 | 70 | 3F | A | 0 | 2C | 38 | 49 | 1C | 22 |
| Octal | 145 | 160 | 77 | 12 | 0 | 54 | 70 | 111 | 34 | 42 |
| Binary | 1100101 | 1110000 | 111111 | 1010 | 0 | 101100 | 111000 | 1001001 | 11100 | 100010 |
Color Harmonies of #65703F
Complementary color
Monochromatic Colors of #65703F
Black with #65703F
Text Example
Text Example
White with #65703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65703F; }
p { color: rgb(101,112,63); }
H1.HeaderClassName
{
color: #65703F;
}
.AnyTagClassName
{
color: #65703F;
}
</style>
background-color css
<style>
a { background-color: #65703F; }
a { background-color: rgb(101,112,63); }
div.DivClassName
{
background-color: #65703F;
}
.BgClassName
{
background-color: #65703F;
}
</style>
border-color css
<style>
span { border-color: #65703F; }
span { border-color: rgb(101,112,63); }
td.TdClassName
{
border-color: #65703F;
}
.TagClassName
{
border-color: #65703F;
}
</style>