Shades of Woodland #636E42
Tints of Woodland #636E42
RGB
CMYK
RGB Variations
Color information
#636E42 (or 0x636E42) is known color: Woodland. HEX triplet: 63, 6E and 42. RGB value is (99,110,66). Sum of RGB (Red+Green+Blue) = 99+110+66=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 110 - color contains mainly: green. Hex color #636E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636E42 is #9C91BD. Grayscale: #656565. Windows color (decimal): -10260926 or 4353635. OLE color: 4353635.
HSL color Cylindrical-coordinate representation of color #636E42: hue angle of 75º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #636E42 is Cyan = 0.1, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 110 | 66 | - |
| CMYK | 0.1 | 0 | 0.4 | 0.57 |
| HSL | 75º | 0.25% | 0.35% | - |
| HSV(B) | 75º | 0.4% | 0.43% | - |
| XYZ | 11.7 | 14.2 | 7.28 | - |
| YUV | 101.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 66 | 0.1 | 0 | 0.4 | 0.57 | 75 | 0.25 | 0.35 |
| Hex | 63 | 6E | 42 | A | 0 | 28 | 39 | 4B | 19 | 23 |
| Octal | 143 | 156 | 102 | 12 | 0 | 50 | 71 | 113 | 31 | 43 |
| Binary | 1100011 | 1101110 | 1000010 | 1010 | 0 | 101000 | 111001 | 1001011 | 11001 | 100011 |
Color Harmonies of #636E42
Complementary color
Monochromatic Colors of #636E42
Black with #636E42
Text Example
Text Example
White with #636E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E42; }
p { color: rgb(99,110,66); }
H1.HeaderClassName
{
color: #636E42;
}
.AnyTagClassName
{
color: #636E42;
}
</style>
background-color css
<style>
a { background-color: #636E42; }
a { background-color: rgb(99,110,66); }
div.DivClassName
{
background-color: #636E42;
}
.BgClassName
{
background-color: #636E42;
}
</style>
border-color css
<style>
span { border-color: #636E42; }
span { border-color: rgb(99,110,66); }
td.TdClassName
{
border-color: #636E42;
}
.TagClassName
{
border-color: #636E42;
}
</style>