Shades of Woodland #64723D
Tints of Woodland #64723D
RGB
CMYK
RGB Variations
Color information
#64723D (or 0x64723D) is known color: Woodland. HEX triplet: 64, 72 and 3D. RGB value is (100,114,61). Sum of RGB (Red+Green+Blue) = 100+114+61=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #64723D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64723D is #9B8DC2. Grayscale: #676767. Windows color (decimal): -10194371 or 4026980. OLE color: 4026980.
HSL color Cylindrical-coordinate representation of color #64723D: hue angle of 75.85º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64723D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 114 | 61 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.55 |
| HSL | 75.85º | 0.3% | 0.34% | - |
| HSV(B) | 75.85º | 0.46% | 0.45% | - |
| XYZ | 12.12 | 15.08 | 6.69 | - |
| YUV | 103.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 61 | 0.12 | 0 | 0.46 | 0.55 | 75.85 | 0.3 | 0.34 |
| Hex | 64 | 72 | 3D | C | 0 | 2E | 37 | 4C | 1E | 22 |
| Octal | 144 | 162 | 75 | 14 | 0 | 56 | 67 | 114 | 36 | 42 |
| Binary | 1100100 | 1110010 | 111101 | 1100 | 0 | 101110 | 110111 | 1001100 | 11110 | 100010 |
Color Harmonies of #64723D
Complementary color
Monochromatic Colors of #64723D
Black with #64723D
Text Example
Text Example
White with #64723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64723D; }
p { color: rgb(100,114,61); }
H1.HeaderClassName
{
color: #64723D;
}
.AnyTagClassName
{
color: #64723D;
}
</style>
background-color css
<style>
a { background-color: #64723D; }
a { background-color: rgb(100,114,61); }
div.DivClassName
{
background-color: #64723D;
}
.BgClassName
{
background-color: #64723D;
}
</style>
border-color css
<style>
span { border-color: #64723D; }
span { border-color: rgb(100,114,61); }
td.TdClassName
{
border-color: #64723D;
}
.TagClassName
{
border-color: #64723D;
}
</style>