Shades of Woodland #60644B
Tints of Woodland #60644B
RGB
CMYK
RGB Variations
Color information
#60644B (or 0x60644B) is known color: Woodland. HEX triplet: 60, 64 and 4B. RGB value is (96,100,75). Sum of RGB (Red+Green+Blue) = 96+100+75=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 100 - color contains mainly: green. Hex color #60644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60644B is #9F9BB4. Grayscale: #606060. Windows color (decimal): -10460085 or 4940896. OLE color: 4940896.
HSL color Cylindrical-coordinate representation of color #60644B: hue angle of 69.6º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #60644B is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 75 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.61 |
| HSL | 69.6º | 0.14% | 0.34% | - |
| HSV(B) | 69.6º | 0.25% | 0.39% | - |
| XYZ | 10.65 | 12.11 | 8.43 | - |
| YUV | 95.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 75 | 0.04 | 0 | 0.25 | 0.61 | 69.6 | 0.14 | 0.34 |
| Hex | 60 | 64 | 4B | 4 | 0 | 19 | 3D | 46 | E | 22 |
| Octal | 140 | 144 | 113 | 4 | 0 | 31 | 75 | 106 | 16 | 42 |
| Binary | 1100000 | 1100100 | 1001011 | 100 | 0 | 11001 | 111101 | 1000110 | 1110 | 100010 |
Color Harmonies of #60644B
Complementary color
Monochromatic Colors of #60644B
Black with #60644B
Text Example
Text Example
White with #60644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60644B; }
p { color: rgb(96,100,75); }
H1.HeaderClassName
{
color: #60644B;
}
.AnyTagClassName
{
color: #60644B;
}
</style>
background-color css
<style>
a { background-color: #60644B; }
a { background-color: rgb(96,100,75); }
div.DivClassName
{
background-color: #60644B;
}
.BgClassName
{
background-color: #60644B;
}
</style>
border-color css
<style>
span { border-color: #60644B; }
span { border-color: rgb(96,100,75); }
td.TdClassName
{
border-color: #60644B;
}
.TagClassName
{
border-color: #60644B;
}
</style>