Shades of Woodland #626445
Tints of Woodland #626445
RGB
CMYK
RGB Variations
Color information
#626445 (or 0x626445) is known color: Woodland. HEX triplet: 62, 64 and 45. RGB value is (98,100,69). Sum of RGB (Red+Green+Blue) = 98+100+69=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 100 - color contains mainly: green. Hex color #626445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626445 is #9D9BBA. Grayscale: #5F5F5F. Windows color (decimal): -10329019 or 4547682. OLE color: 4547682.
HSL color Cylindrical-coordinate representation of color #626445: hue angle of 63.87º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #626445 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 69 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.61 |
| HSL | 63.87º | 0.18% | 0.33% | - |
| HSV(B) | 63.87º | 0.31% | 0.39% | - |
| XYZ | 10.67 | 12.14 | 7.41 | - |
| YUV | 95.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 69 | 0.02 | 0 | 0.31 | 0.61 | 63.87 | 0.18 | 0.33 |
| Hex | 62 | 64 | 45 | 2 | 0 | 1F | 3D | 40 | 12 | 21 |
| Octal | 142 | 144 | 105 | 2 | 0 | 37 | 75 | 100 | 22 | 41 |
| Binary | 1100010 | 1100100 | 1000101 | 10 | 0 | 11111 | 111101 | 1000000 | 10010 | 100001 |
Color Harmonies of #626445
Complementary color
Monochromatic Colors of #626445
Black with #626445
Text Example
Text Example
White with #626445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626445; }
p { color: rgb(98,100,69); }
H1.HeaderClassName
{
color: #626445;
}
.AnyTagClassName
{
color: #626445;
}
</style>
background-color css
<style>
a { background-color: #626445; }
a { background-color: rgb(98,100,69); }
div.DivClassName
{
background-color: #626445;
}
.BgClassName
{
background-color: #626445;
}
</style>
border-color css
<style>
span { border-color: #626445; }
span { border-color: rgb(98,100,69); }
td.TdClassName
{
border-color: #626445;
}
.TagClassName
{
border-color: #626445;
}
</style>