Shades of Woodland #65704B
Tints of Woodland #65704B
RGB
CMYK
RGB Variations
Color information
#65704B (or 0x65704B) is known color: Woodland. HEX triplet: 65, 70 and 4B. RGB value is (101,112,75). Sum of RGB (Red+Green+Blue) = 101+112+75=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #65704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65704B is #9A8FB4. Grayscale: #686868. Windows color (decimal): -10129333 or 4943973. OLE color: 4943973.
HSL color Cylindrical-coordinate representation of color #65704B: hue angle of 77.84º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65704B is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 75 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.56 |
| HSL | 77.84º | 0.2% | 0.37% | - |
| HSV(B) | 77.84º | 0.33% | 0.44% | - |
| XYZ | 12.43 | 14.86 | 8.87 | - |
| YUV | 104.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 75 | 0.10 | 0 | 0.33 | 0.56 | 77.84 | 0.2 | 0.37 |
| Hex | 65 | 70 | 4B | A | 0 | 21 | 38 | 4E | 14 | 25 |
| Octal | 145 | 160 | 113 | 12 | 0 | 41 | 70 | 116 | 24 | 45 |
| Binary | 1100101 | 1110000 | 1001011 | 1010 | 0 | 100001 | 111000 | 1001110 | 10100 | 100101 |
Color Harmonies of #65704B
Complementary color
Monochromatic Colors of #65704B
Black with #65704B
Text Example
Text Example
White with #65704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65704B; }
p { color: rgb(101,112,75); }
H1.HeaderClassName
{
color: #65704B;
}
.AnyTagClassName
{
color: #65704B;
}
</style>
background-color css
<style>
a { background-color: #65704B; }
a { background-color: rgb(101,112,75); }
div.DivClassName
{
background-color: #65704B;
}
.BgClassName
{
background-color: #65704B;
}
</style>
border-color css
<style>
span { border-color: #65704B; }
span { border-color: rgb(101,112,75); }
td.TdClassName
{
border-color: #65704B;
}
.TagClassName
{
border-color: #65704B;
}
</style>