Shades of Woodland #60653E
Tints of Woodland #60653E
RGB
CMYK
RGB Variations
Color information
#60653E (or 0x60653E) is known color: Woodland. HEX triplet: 60, 65 and 3E. RGB value is (96,101,62). Sum of RGB (Red+Green+Blue) = 96+101+62=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #60653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60653E is #9F9AC1. Grayscale: #5F5F5F. Windows color (decimal): -10459842 or 4089184. OLE color: 4089184.
HSL color Cylindrical-coordinate representation of color #60653E: hue angle of 67.69º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60653E is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 101 | 62 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.60 |
| HSL | 67.69º | 0.24% | 0.32% | - |
| HSV(B) | 67.69º | 0.39% | 0.4% | - |
| XYZ | 10.35 | 12.14 | 6.36 | - |
| YUV | 95.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 62 | 0.05 | 0 | 0.39 | 0.60 | 67.69 | 0.24 | 0.32 |
| Hex | 60 | 65 | 3E | 5 | 0 | 27 | 3C | 44 | 18 | 20 |
| Octal | 140 | 145 | 76 | 5 | 0 | 47 | 74 | 104 | 30 | 40 |
| Binary | 1100000 | 1100101 | 111110 | 101 | 0 | 100111 | 111100 | 1000100 | 11000 | 100000 |
Color Harmonies of #60653E
Complementary color
Monochromatic Colors of #60653E
Black with #60653E
Text Example
Text Example
White with #60653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60653E; }
p { color: rgb(96,101,62); }
H1.HeaderClassName
{
color: #60653E;
}
.AnyTagClassName
{
color: #60653E;
}
</style>
background-color css
<style>
a { background-color: #60653E; }
a { background-color: rgb(96,101,62); }
div.DivClassName
{
background-color: #60653E;
}
.BgClassName
{
background-color: #60653E;
}
</style>
border-color css
<style>
span { border-color: #60653E; }
span { border-color: rgb(96,101,62); }
td.TdClassName
{
border-color: #60653E;
}
.TagClassName
{
border-color: #60653E;
}
</style>