Shades of Woodland #636D42
Tints of Woodland #636D42
RGB
CMYK
RGB Variations
Color information
#636D42 (or 0x636D42) is known color: Woodland. HEX triplet: 63, 6D and 42. RGB value is (99,109,66). Sum of RGB (Red+Green+Blue) = 99+109+66=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #636D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636D42 is #9C92BD. Grayscale: #656565. Windows color (decimal): -10261182 or 4353379. OLE color: 4353379.
HSL color Cylindrical-coordinate representation of color #636D42: hue angle of 73.95º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #636D42 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 109 | 66 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.57 |
| HSL | 73.95º | 0.25% | 0.34% | - |
| HSV(B) | 73.95º | 0.39% | 0.43% | - |
| XYZ | 11.6 | 13.98 | 7.24 | - |
| YUV | 101.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 66 | 0.09 | 0 | 0.39 | 0.57 | 73.95 | 0.25 | 0.34 |
| Hex | 63 | 6D | 42 | 9 | 0 | 27 | 39 | 4A | 19 | 22 |
| Octal | 143 | 155 | 102 | 11 | 0 | 47 | 71 | 112 | 31 | 42 |
| Binary | 1100011 | 1101101 | 1000010 | 1001 | 0 | 100111 | 111001 | 1001010 | 11001 | 100010 |
Color Harmonies of #636D42
Complementary color
Monochromatic Colors of #636D42
Black with #636D42
Text Example
Text Example
White with #636D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636D42; }
p { color: rgb(99,109,66); }
H1.HeaderClassName
{
color: #636D42;
}
.AnyTagClassName
{
color: #636D42;
}
</style>
background-color css
<style>
a { background-color: #636D42; }
a { background-color: rgb(99,109,66); }
div.DivClassName
{
background-color: #636D42;
}
.BgClassName
{
background-color: #636D42;
}
</style>
border-color css
<style>
span { border-color: #636D42; }
span { border-color: rgb(99,109,66); }
td.TdClassName
{
border-color: #636D42;
}
.TagClassName
{
border-color: #636D42;
}
</style>