Shades of Woodland #64673C
Tints of Woodland #64673C
RGB
CMYK
RGB Variations
Color information
#64673C (or 0x64673C) is known color: Woodland. HEX triplet: 64, 67 and 3C. RGB value is (100,103,60). Sum of RGB (Red+Green+Blue) = 100+103+60=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 103 - color contains mainly: green. Hex color #64673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64673C is #9B98C3. Grayscale: #616161. Windows color (decimal): -10197188 or 3958628. OLE color: 3958628.
HSL color Cylindrical-coordinate representation of color #64673C: hue angle of 64.19º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64673C is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 60 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.60 |
| HSL | 64.19º | 0.26% | 0.32% | - |
| HSV(B) | 64.19º | 0.42% | 0.4% | - |
| XYZ | 10.92 | 12.74 | 6.16 | - |
| YUV | 97.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 60 | 0.03 | 0 | 0.42 | 0.60 | 64.19 | 0.26 | 0.32 |
| Hex | 64 | 67 | 3C | 3 | 0 | 2A | 3C | 40 | 1A | 20 |
| Octal | 144 | 147 | 74 | 3 | 0 | 52 | 74 | 100 | 32 | 40 |
| Binary | 1100100 | 1100111 | 111100 | 11 | 0 | 101010 | 111100 | 1000000 | 11010 | 100000 |
Color Harmonies of #64673C
Complementary color
Monochromatic Colors of #64673C
Black with #64673C
Text Example
Text Example
White with #64673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64673C; }
p { color: rgb(100,103,60); }
H1.HeaderClassName
{
color: #64673C;
}
.AnyTagClassName
{
color: #64673C;
}
</style>
background-color css
<style>
a { background-color: #64673C; }
a { background-color: rgb(100,103,60); }
div.DivClassName
{
background-color: #64673C;
}
.BgClassName
{
background-color: #64673C;
}
</style>
border-color css
<style>
span { border-color: #64673C; }
span { border-color: rgb(100,103,60); }
td.TdClassName
{
border-color: #64673C;
}
.TagClassName
{
border-color: #64673C;
}
</style>