Shades of Woodland #626B4B
Tints of Woodland #626B4B
RGB
CMYK
RGB Variations
Color information
#626B4B (or 0x626B4B) is known color: Woodland. HEX triplet: 62, 6B and 4B. RGB value is (98,107,75). Sum of RGB (Red+Green+Blue) = 98+107+75=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #626B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626B4B is #9D94B4. Grayscale: #646464. Windows color (decimal): -10327221 or 4942690. OLE color: 4942690.
HSL color Cylindrical-coordinate representation of color #626B4B: hue angle of 76.88º degrees, saturation: 0.18, 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 #626B4B is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 107 | 75 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.58 |
| HSL | 76.88º | 0.18% | 0.36% | - |
| HSV(B) | 76.88º | 0.3% | 0.42% | - |
| XYZ | 11.56 | 13.62 | 8.68 | - |
| YUV | 100.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 75 | 0.08 | 0 | 0.30 | 0.58 | 76.88 | 0.18 | 0.36 |
| Hex | 62 | 6B | 4B | 8 | 0 | 1E | 3A | 4D | 12 | 24 |
| Octal | 142 | 153 | 113 | 10 | 0 | 36 | 72 | 115 | 22 | 44 |
| Binary | 1100010 | 1101011 | 1001011 | 1000 | 0 | 11110 | 111010 | 1001101 | 10010 | 100100 |
Color Harmonies of #626B4B
Complementary color
Monochromatic Colors of #626B4B
Black with #626B4B
Text Example
Text Example
White with #626B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B4B; }
p { color: rgb(98,107,75); }
H1.HeaderClassName
{
color: #626B4B;
}
.AnyTagClassName
{
color: #626B4B;
}
</style>
background-color css
<style>
a { background-color: #626B4B; }
a { background-color: rgb(98,107,75); }
div.DivClassName
{
background-color: #626B4B;
}
.BgClassName
{
background-color: #626B4B;
}
</style>
border-color css
<style>
span { border-color: #626B4B; }
span { border-color: rgb(98,107,75); }
td.TdClassName
{
border-color: #626B4B;
}
.TagClassName
{
border-color: #626B4B;
}
</style>