Shades of Woodland #626C47
Tints of Woodland #626C47
RGB
CMYK
RGB Variations
Color information
#626C47 (or 0x626C47) is known color: Woodland. HEX triplet: 62, 6C and 47. RGB value is (98,108,71). Sum of RGB (Red+Green+Blue) = 98+108+71=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #626C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626C47 is #9D93B8. Grayscale: #646464. Windows color (decimal): -10326969 or 4680802. OLE color: 4680802.
HSL color Cylindrical-coordinate representation of color #626C47: hue angle of 76.22º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #626C47 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 71 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.58 |
| HSL | 76.22º | 0.21% | 0.35% | - |
| HSV(B) | 76.22º | 0.34% | 0.42% | - |
| XYZ | 11.54 | 13.78 | 8.01 | - |
| YUV | 100.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 71 | 0.09 | 0 | 0.34 | 0.58 | 76.22 | 0.21 | 0.35 |
| Hex | 62 | 6C | 47 | 9 | 0 | 22 | 3A | 4C | 15 | 23 |
| Octal | 142 | 154 | 107 | 11 | 0 | 42 | 72 | 114 | 25 | 43 |
| Binary | 1100010 | 1101100 | 1000111 | 1001 | 0 | 100010 | 111010 | 1001100 | 10101 | 100011 |
Color Harmonies of #626C47
Complementary color
Monochromatic Colors of #626C47
Black with #626C47
Text Example
Text Example
White with #626C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C47; }
p { color: rgb(98,108,71); }
H1.HeaderClassName
{
color: #626C47;
}
.AnyTagClassName
{
color: #626C47;
}
</style>
background-color css
<style>
a { background-color: #626C47; }
a { background-color: rgb(98,108,71); }
div.DivClassName
{
background-color: #626C47;
}
.BgClassName
{
background-color: #626C47;
}
</style>
border-color css
<style>
span { border-color: #626C47; }
span { border-color: rgb(98,108,71); }
td.TdClassName
{
border-color: #626C47;
}
.TagClassName
{
border-color: #626C47;
}
</style>