Shades of Woodland #626C38
Tints of Woodland #626C38
RGB
CMYK
RGB Variations
Color information
#626C38 (or 0x626C38) is known color: Woodland. HEX triplet: 62, 6C and 38. RGB value is (98,108,56). Sum of RGB (Red+Green+Blue) = 98+108+56=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #626C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626C38 is #9D93C7. Grayscale: #636363. Windows color (decimal): -10326984 or 3697762. OLE color: 3697762.
HSL color Cylindrical-coordinate representation of color #626C38: hue angle of 71.54º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #626C38 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 56 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.58 |
| HSL | 71.54º | 0.32% | 0.32% | - |
| HSV(B) | 71.54º | 0.48% | 0.42% | - |
| XYZ | 11.11 | 13.61 | 5.78 | - |
| YUV | 99.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 56 | 0.09 | 0 | 0.48 | 0.58 | 71.54 | 0.32 | 0.32 |
| Hex | 62 | 6C | 38 | 9 | 0 | 30 | 3A | 48 | 20 | 20 |
| Octal | 142 | 154 | 70 | 11 | 0 | 60 | 72 | 110 | 40 | 40 |
| Binary | 1100010 | 1101100 | 111000 | 1001 | 0 | 110000 | 111010 | 1001000 | 100000 | 100000 |
Color Harmonies of #626C38
Complementary color
Monochromatic Colors of #626C38
Black with #626C38
Text Example
Text Example
White with #626C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C38; }
p { color: rgb(98,108,56); }
H1.HeaderClassName
{
color: #626C38;
}
.AnyTagClassName
{
color: #626C38;
}
</style>
background-color css
<style>
a { background-color: #626C38; }
a { background-color: rgb(98,108,56); }
div.DivClassName
{
background-color: #626C38;
}
.BgClassName
{
background-color: #626C38;
}
</style>
border-color css
<style>
span { border-color: #626C38; }
span { border-color: rgb(98,108,56); }
td.TdClassName
{
border-color: #626C38;
}
.TagClassName
{
border-color: #626C38;
}
</style>