Shades of Woodland #64693F
Tints of Woodland #64693F
RGB
CMYK
RGB Variations
Color information
#64693F (or 0x64693F) is known color: Woodland. HEX triplet: 64, 69 and 3F. RGB value is (100,105,63). Sum of RGB (Red+Green+Blue) = 100+105+63=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #64693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64693F is #9B96C0. Grayscale: #626262. Windows color (decimal): -10196673 or 4155748. OLE color: 4155748.
HSL color Cylindrical-coordinate representation of color #64693F: hue angle of 67.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64693F is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 105 | 63 | - |
| CMYK | 0.05 | 0 | 0.4 | 0.59 |
| HSL | 67.14º | 0.25% | 0.33% | - |
| HSV(B) | 67.14º | 0.4% | 0.41% | - |
| XYZ | 11.2 | 13.17 | 6.65 | - |
| YUV | 98.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 63 | 0.05 | 0 | 0.4 | 0.59 | 67.14 | 0.25 | 0.33 |
| Hex | 64 | 69 | 3F | 5 | 0 | 28 | 3B | 43 | 19 | 21 |
| Octal | 144 | 151 | 77 | 5 | 0 | 50 | 73 | 103 | 31 | 41 |
| Binary | 1100100 | 1101001 | 111111 | 101 | 0 | 101000 | 111011 | 1000011 | 11001 | 100001 |
Color Harmonies of #64693F
Complementary color
Monochromatic Colors of #64693F
Black with #64693F
Text Example
Text Example
White with #64693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64693F; }
p { color: rgb(100,105,63); }
H1.HeaderClassName
{
color: #64693F;
}
.AnyTagClassName
{
color: #64693F;
}
</style>
background-color css
<style>
a { background-color: #64693F; }
a { background-color: rgb(100,105,63); }
div.DivClassName
{
background-color: #64693F;
}
.BgClassName
{
background-color: #64693F;
}
</style>
border-color css
<style>
span { border-color: #64693F; }
span { border-color: rgb(100,105,63); }
td.TdClassName
{
border-color: #64693F;
}
.TagClassName
{
border-color: #64693F;
}
</style>