Shades of Woodland #636445
Tints of Woodland #636445
RGB
CMYK
RGB Variations
Color information
#636445 (or 0x636445) is known color: Woodland. HEX triplet: 63, 64 and 45. RGB value is (99,100,69). Sum of RGB (Red+Green+Blue) = 99+100+69=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 100 - color contains mainly: green. Hex color #636445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636445 is #9C9BBA. Grayscale: #606060. Windows color (decimal): -10263483 or 4547683. OLE color: 4547683.
HSL color Cylindrical-coordinate representation of color #636445: hue angle of 61.94º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #636445 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 100 | 69 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.61 |
| HSL | 61.94º | 0.18% | 0.33% | - |
| HSV(B) | 61.94º | 0.31% | 0.39% | - |
| XYZ | 10.78 | 12.2 | 7.42 | - |
| YUV | 96.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 69 | 0.01 | 0 | 0.31 | 0.61 | 61.94 | 0.18 | 0.33 |
| Hex | 63 | 64 | 45 | 1 | 0 | 1F | 3D | 3E | 12 | 21 |
| Octal | 143 | 144 | 105 | 1 | 0 | 37 | 75 | 76 | 22 | 41 |
| Binary | 1100011 | 1100100 | 1000101 | 1 | 0 | 11111 | 111101 | 111110 | 10010 | 100001 |
Color Harmonies of #636445
Complementary color
Monochromatic Colors of #636445
Black with #636445
Text Example
Text Example
White with #636445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636445; }
p { color: rgb(99,100,69); }
H1.HeaderClassName
{
color: #636445;
}
.AnyTagClassName
{
color: #636445;
}
</style>
background-color css
<style>
a { background-color: #636445; }
a { background-color: rgb(99,100,69); }
div.DivClassName
{
background-color: #636445;
}
.BgClassName
{
background-color: #636445;
}
</style>
border-color css
<style>
span { border-color: #636445; }
span { border-color: rgb(99,100,69); }
td.TdClassName
{
border-color: #636445;
}
.TagClassName
{
border-color: #636445;
}
</style>