Shades of Woodland #626850
Tints of Woodland #626850
RGB
CMYK
RGB Variations
Color information
#626850 (or 0x626850) is known color: Woodland. HEX triplet: 62, 68 and 50. RGB value is (98,104,80). Sum of RGB (Red+Green+Blue) = 98+104+80=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #626850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626850 is #9D97AF. Grayscale: #636363. Windows color (decimal): -10327984 or 5269602. OLE color: 5269602.
HSL color Cylindrical-coordinate representation of color #626850: hue angle of 75º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #626850 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 80 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.59 |
| HSL | 75º | 0.13% | 0.36% | - |
| HSV(B) | 75º | 0.23% | 0.41% | - |
| XYZ | 11.44 | 13.08 | 9.51 | - |
| YUV | 99.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 80 | 0.06 | 0 | 0.23 | 0.59 | 75 | 0.13 | 0.36 |
| Hex | 62 | 68 | 50 | 6 | 0 | 17 | 3B | 4B | D | 24 |
| Octal | 142 | 150 | 120 | 6 | 0 | 27 | 73 | 113 | 15 | 44 |
| Binary | 1100010 | 1101000 | 1010000 | 110 | 0 | 10111 | 111011 | 1001011 | 1101 | 100100 |
Color Harmonies of #626850
Complementary color
Monochromatic Colors of #626850
Black with #626850
Text Example
Text Example
White with #626850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626850; }
p { color: rgb(98,104,80); }
H1.HeaderClassName
{
color: #626850;
}
.AnyTagClassName
{
color: #626850;
}
</style>
background-color css
<style>
a { background-color: #626850; }
a { background-color: rgb(98,104,80); }
div.DivClassName
{
background-color: #626850;
}
.BgClassName
{
background-color: #626850;
}
</style>
border-color css
<style>
span { border-color: #626850; }
span { border-color: rgb(98,104,80); }
td.TdClassName
{
border-color: #626850;
}
.TagClassName
{
border-color: #626850;
}
</style>