Shades of Woodland #626745
Tints of Woodland #626745
RGB
CMYK
RGB Variations
Color information
#626745 (or 0x626745) is known color: Woodland. HEX triplet: 62, 67 and 45. RGB value is (98,103,69). Sum of RGB (Red+Green+Blue) = 98+103+69=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #626745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626745 is #9D98BA. Grayscale: #616161. Windows color (decimal): -10328251 or 4548450. OLE color: 4548450.
HSL color Cylindrical-coordinate representation of color #626745: hue angle of 68.82º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #626745 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 69 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.60 |
| HSL | 68.82º | 0.2% | 0.34% | - |
| HSV(B) | 68.82º | 0.33% | 0.4% | - |
| XYZ | 10.96 | 12.73 | 7.51 | - |
| YUV | 97.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 69 | 0.05 | 0 | 0.33 | 0.60 | 68.82 | 0.2 | 0.34 |
| Hex | 62 | 67 | 45 | 5 | 0 | 21 | 3C | 45 | 14 | 22 |
| Octal | 142 | 147 | 105 | 5 | 0 | 41 | 74 | 105 | 24 | 42 |
| Binary | 1100010 | 1100111 | 1000101 | 101 | 0 | 100001 | 111100 | 1000101 | 10100 | 100010 |
Color Harmonies of #626745
Complementary color
Monochromatic Colors of #626745
Black with #626745
Text Example
Text Example
White with #626745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626745; }
p { color: rgb(98,103,69); }
H1.HeaderClassName
{
color: #626745;
}
.AnyTagClassName
{
color: #626745;
}
</style>
background-color css
<style>
a { background-color: #626745; }
a { background-color: rgb(98,103,69); }
div.DivClassName
{
background-color: #626745;
}
.BgClassName
{
background-color: #626745;
}
</style>
border-color css
<style>
span { border-color: #626745; }
span { border-color: rgb(98,103,69); }
td.TdClassName
{
border-color: #626745;
}
.TagClassName
{
border-color: #626745;
}
</style>