Shades of Woodland #626C3F
Tints of Woodland #626C3F
RGB
CMYK
RGB Variations
Color information
#626C3F (or 0x626C3F) is known color: Woodland. HEX triplet: 62, 6C and 3F. RGB value is (98,108,63). Sum of RGB (Red+Green+Blue) = 98+108+63=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 108 - color contains mainly: green. Hex color #626C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626C3F is #9D93C0. Grayscale: #646464. Windows color (decimal): -10326977 or 4156514. OLE color: 4156514.
HSL color Cylindrical-coordinate representation of color #626C3F: hue angle of 73.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #626C3F is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 63 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.58 |
| HSL | 73.33º | 0.26% | 0.34% | - |
| HSV(B) | 73.33º | 0.42% | 0.42% | - |
| XYZ | 11.3 | 13.68 | 6.75 | - |
| YUV | 99.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 63 | 0.09 | 0 | 0.42 | 0.58 | 73.33 | 0.26 | 0.34 |
| Hex | 62 | 6C | 3F | 9 | 0 | 2A | 3A | 49 | 1A | 22 |
| Octal | 142 | 154 | 77 | 11 | 0 | 52 | 72 | 111 | 32 | 42 |
| Binary | 1100010 | 1101100 | 111111 | 1001 | 0 | 101010 | 111010 | 1001001 | 11010 | 100010 |
Color Harmonies of #626C3F
Complementary color
Monochromatic Colors of #626C3F
Black with #626C3F
Text Example
Text Example
White with #626C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C3F; }
p { color: rgb(98,108,63); }
H1.HeaderClassName
{
color: #626C3F;
}
.AnyTagClassName
{
color: #626C3F;
}
</style>
background-color css
<style>
a { background-color: #626C3F; }
a { background-color: rgb(98,108,63); }
div.DivClassName
{
background-color: #626C3F;
}
.BgClassName
{
background-color: #626C3F;
}
</style>
border-color css
<style>
span { border-color: #626C3F; }
span { border-color: rgb(98,108,63); }
td.TdClassName
{
border-color: #626C3F;
}
.TagClassName
{
border-color: #626C3F;
}
</style>