Shades of Woodland #60644D
Tints of Woodland #60644D
RGB
CMYK
RGB Variations
Color information
#60644D (or 0x60644D) is known color: Woodland. HEX triplet: 60, 64 and 4D. RGB value is (96,100,77). Sum of RGB (Red+Green+Blue) = 96+100+77=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #60644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60644D is #9F9BB2. Grayscale: #606060. Windows color (decimal): -10460083 or 5071968. OLE color: 5071968.
HSL color Cylindrical-coordinate representation of color #60644D: hue angle of 70.43º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60644D is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 77 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.61 |
| HSL | 70.43º | 0.13% | 0.35% | - |
| HSV(B) | 70.43º | 0.23% | 0.39% | - |
| XYZ | 10.72 | 12.14 | 8.8 | - |
| YUV | 96.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 77 | 0.04 | 0 | 0.23 | 0.61 | 70.43 | 0.13 | 0.35 |
| Hex | 60 | 64 | 4D | 4 | 0 | 17 | 3D | 46 | D | 23 |
| Octal | 140 | 144 | 115 | 4 | 0 | 27 | 75 | 106 | 15 | 43 |
| Binary | 1100000 | 1100100 | 1001101 | 100 | 0 | 10111 | 111101 | 1000110 | 1101 | 100011 |
Color Harmonies of #60644D
Complementary color
Monochromatic Colors of #60644D
Black with #60644D
Text Example
Text Example
White with #60644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60644D; }
p { color: rgb(96,100,77); }
H1.HeaderClassName
{
color: #60644D;
}
.AnyTagClassName
{
color: #60644D;
}
</style>
background-color css
<style>
a { background-color: #60644D; }
a { background-color: rgb(96,100,77); }
div.DivClassName
{
background-color: #60644D;
}
.BgClassName
{
background-color: #60644D;
}
</style>
border-color css
<style>
span { border-color: #60644D; }
span { border-color: rgb(96,100,77); }
td.TdClassName
{
border-color: #60644D;
}
.TagClassName
{
border-color: #60644D;
}
</style>