Shades of Woodland #626C4C
Tints of Woodland #626C4C
RGB
CMYK
RGB Variations
Color information
#626C4C (or 0x626C4C) is known color: Woodland. HEX triplet: 62, 6C and 4C. RGB value is (98,108,76). Sum of RGB (Red+Green+Blue) = 98+108+76=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 108 - color contains mainly: green. Hex color #626C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626C4C is #9D93B3. Grayscale: #656565. Windows color (decimal): -10326964 or 5008482. OLE color: 5008482.
HSL color Cylindrical-coordinate representation of color #626C4C: hue angle of 78.75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #626C4C is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 76 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.58 |
| HSL | 78.75º | 0.17% | 0.36% | - |
| HSV(B) | 78.75º | 0.3% | 0.42% | - |
| XYZ | 11.7 | 13.84 | 8.89 | - |
| YUV | 101.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 76 | 0.09 | 0 | 0.30 | 0.58 | 78.75 | 0.17 | 0.36 |
| Hex | 62 | 6C | 4C | 9 | 0 | 1E | 3A | 4F | 11 | 24 |
| Octal | 142 | 154 | 114 | 11 | 0 | 36 | 72 | 117 | 21 | 44 |
| Binary | 1100010 | 1101100 | 1001100 | 1001 | 0 | 11110 | 111010 | 1001111 | 10001 | 100100 |
Color Harmonies of #626C4C
Complementary color
Monochromatic Colors of #626C4C
Black with #626C4C
Text Example
Text Example
White with #626C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C4C; }
p { color: rgb(98,108,76); }
H1.HeaderClassName
{
color: #626C4C;
}
.AnyTagClassName
{
color: #626C4C;
}
</style>
background-color css
<style>
a { background-color: #626C4C; }
a { background-color: rgb(98,108,76); }
div.DivClassName
{
background-color: #626C4C;
}
.BgClassName
{
background-color: #626C4C;
}
</style>
border-color css
<style>
span { border-color: #626C4C; }
span { border-color: rgb(98,108,76); }
td.TdClassName
{
border-color: #626C4C;
}
.TagClassName
{
border-color: #626C4C;
}
</style>