Shades of Woodland #636A40
Tints of Woodland #636A40
RGB
CMYK
RGB Variations
Color information
#636A40 (or 0x636A40) is known color: Woodland. HEX triplet: 63, 6A and 40. RGB value is (99,106,64). Sum of RGB (Red+Green+Blue) = 99+106+64=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 106 - color contains mainly: green. Hex color #636A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636A40 is #9C95BF. Grayscale: #636363. Windows color (decimal): -10261952 or 4221539. OLE color: 4221539.
HSL color Cylindrical-coordinate representation of color #636A40: hue angle of 70º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #636A40 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 106 | 64 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.58 |
| HSL | 70º | 0.25% | 0.33% | - |
| HSV(B) | 70º | 0.4% | 0.42% | - |
| XYZ | 11.23 | 13.33 | 6.83 | - |
| YUV | 99.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 64 | 0.07 | 0 | 0.40 | 0.58 | 70 | 0.25 | 0.33 |
| Hex | 63 | 6A | 40 | 7 | 0 | 28 | 3A | 46 | 19 | 21 |
| Octal | 143 | 152 | 100 | 7 | 0 | 50 | 72 | 106 | 31 | 41 |
| Binary | 1100011 | 1101010 | 1000000 | 111 | 0 | 101000 | 111010 | 1000110 | 11001 | 100001 |
Color Harmonies of #636A40
Complementary color
Monochromatic Colors of #636A40
Black with #636A40
Text Example
Text Example
White with #636A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A40; }
p { color: rgb(99,106,64); }
H1.HeaderClassName
{
color: #636A40;
}
.AnyTagClassName
{
color: #636A40;
}
</style>
background-color css
<style>
a { background-color: #636A40; }
a { background-color: rgb(99,106,64); }
div.DivClassName
{
background-color: #636A40;
}
.BgClassName
{
background-color: #636A40;
}
</style>
border-color css
<style>
span { border-color: #636A40; }
span { border-color: rgb(99,106,64); }
td.TdClassName
{
border-color: #636A40;
}
.TagClassName
{
border-color: #636A40;
}
</style>