Shades of Woodland #636C4A
Tints of Woodland #636C4A
RGB
CMYK
RGB Variations
Color information
#636C4A (or 0x636C4A) is known color: Woodland. HEX triplet: 63, 6C and 4A. RGB value is (99,108,74). Sum of RGB (Red+Green+Blue) = 99+108+74=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 108 - color contains mainly: green. Hex color #636C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636C4A is #9C93B5. Grayscale: #656565. Windows color (decimal): -10261430 or 4877411. OLE color: 4877411.
HSL color Cylindrical-coordinate representation of color #636C4A: hue angle of 75.88º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #636C4A is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 108 | 74 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.58 |
| HSL | 75.88º | 0.19% | 0.36% | - |
| HSV(B) | 75.88º | 0.31% | 0.42% | - |
| XYZ | 11.74 | 13.87 | 8.54 | - |
| YUV | 101.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 74 | 0.08 | 0 | 0.31 | 0.58 | 75.88 | 0.19 | 0.36 |
| Hex | 63 | 6C | 4A | 8 | 0 | 1F | 3A | 4C | 13 | 24 |
| Octal | 143 | 154 | 112 | 10 | 0 | 37 | 72 | 114 | 23 | 44 |
| Binary | 1100011 | 1101100 | 1001010 | 1000 | 0 | 11111 | 111010 | 1001100 | 10011 | 100100 |
Color Harmonies of #636C4A
Complementary color
Monochromatic Colors of #636C4A
Black with #636C4A
Text Example
Text Example
White with #636C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C4A; }
p { color: rgb(99,108,74); }
H1.HeaderClassName
{
color: #636C4A;
}
.AnyTagClassName
{
color: #636C4A;
}
</style>
background-color css
<style>
a { background-color: #636C4A; }
a { background-color: rgb(99,108,74); }
div.DivClassName
{
background-color: #636C4A;
}
.BgClassName
{
background-color: #636C4A;
}
</style>
border-color css
<style>
span { border-color: #636C4A; }
span { border-color: rgb(99,108,74); }
td.TdClassName
{
border-color: #636C4A;
}
.TagClassName
{
border-color: #636C4A;
}
</style>