Shades of Woodland #60644E
Tints of Woodland #60644E
RGB
CMYK
RGB Variations
Color information
#60644E (or 0x60644E) is known color: Woodland. HEX triplet: 60, 64 and 4E. RGB value is (96,100,78). Sum of RGB (Red+Green+Blue) = 96+100+78=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 100 - color contains mainly: green. Hex color #60644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60644E is #9F9BB1. Grayscale: #606060. Windows color (decimal): -10460082 or 5137504. OLE color: 5137504.
HSL color Cylindrical-coordinate representation of color #60644E: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60644E is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 78 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.61 |
| HSL | 70.91º | 0.12% | 0.35% | - |
| HSV(B) | 70.91º | 0.22% | 0.39% | - |
| XYZ | 10.76 | 12.15 | 8.99 | - |
| YUV | 96.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 78 | 0.04 | 0 | 0.22 | 0.61 | 70.91 | 0.12 | 0.35 |
| Hex | 60 | 64 | 4E | 4 | 0 | 16 | 3D | 47 | C | 23 |
| Octal | 140 | 144 | 116 | 4 | 0 | 26 | 75 | 107 | 14 | 43 |
| Binary | 1100000 | 1100100 | 1001110 | 100 | 0 | 10110 | 111101 | 1000111 | 1100 | 100011 |
Color Harmonies of #60644E
Complementary color
Monochromatic Colors of #60644E
Black with #60644E
Text Example
Text Example
White with #60644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60644E; }
p { color: rgb(96,100,78); }
H1.HeaderClassName
{
color: #60644E;
}
.AnyTagClassName
{
color: #60644E;
}
</style>
background-color css
<style>
a { background-color: #60644E; }
a { background-color: rgb(96,100,78); }
div.DivClassName
{
background-color: #60644E;
}
.BgClassName
{
background-color: #60644E;
}
</style>
border-color css
<style>
span { border-color: #60644E; }
span { border-color: rgb(96,100,78); }
td.TdClassName
{
border-color: #60644E;
}
.TagClassName
{
border-color: #60644E;
}
</style>