Shades of Woodland #64694B
Tints of Woodland #64694B
RGB
CMYK
RGB Variations
Color information
#64694B (or 0x64694B) is known color: Woodland. HEX triplet: 64, 69 and 4B. RGB value is (100,105,75). Sum of RGB (Red+Green+Blue) = 100+105+75=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #64694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64694B is #9B96B4. Grayscale: #646464. Windows color (decimal): -10196661 or 4942180. OLE color: 4942180.
HSL color Cylindrical-coordinate representation of color #64694B: hue angle of 70º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64694B is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 105 | 75 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.59 |
| HSL | 70º | 0.17% | 0.35% | - |
| HSV(B) | 70º | 0.29% | 0.41% | - |
| XYZ | 11.58 | 13.32 | 8.62 | - |
| YUV | 100.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 75 | 0.05 | 0 | 0.29 | 0.59 | 70 | 0.17 | 0.35 |
| Hex | 64 | 69 | 4B | 5 | 0 | 1D | 3B | 46 | 11 | 23 |
| Octal | 144 | 151 | 113 | 5 | 0 | 35 | 73 | 106 | 21 | 43 |
| Binary | 1100100 | 1101001 | 1001011 | 101 | 0 | 11101 | 111011 | 1000110 | 10001 | 100011 |
Color Harmonies of #64694B
Complementary color
Monochromatic Colors of #64694B
Black with #64694B
Text Example
Text Example
White with #64694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64694B; }
p { color: rgb(100,105,75); }
H1.HeaderClassName
{
color: #64694B;
}
.AnyTagClassName
{
color: #64694B;
}
</style>
background-color css
<style>
a { background-color: #64694B; }
a { background-color: rgb(100,105,75); }
div.DivClassName
{
background-color: #64694B;
}
.BgClassName
{
background-color: #64694B;
}
</style>
border-color css
<style>
span { border-color: #64694B; }
span { border-color: rgb(100,105,75); }
td.TdClassName
{
border-color: #64694B;
}
.TagClassName
{
border-color: #64694B;
}
</style>