Shades of Woodland #606D3F
Tints of Woodland #606D3F
RGB
CMYK
RGB Variations
Color information
#606D3F (or 0x606D3F) is known color: Woodland. HEX triplet: 60, 6D and 3F. RGB value is (96,109,63). Sum of RGB (Red+Green+Blue) = 96+109+63=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #606D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D3F is #9F92C0. Grayscale: #646464. Windows color (decimal): -10457793 or 4156768. OLE color: 4156768.
HSL color Cylindrical-coordinate representation of color #606D3F: hue angle of 76.96º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #606D3F is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 109 | 63 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.57 |
| HSL | 76.96º | 0.27% | 0.34% | - |
| HSV(B) | 76.96º | 0.42% | 0.43% | - |
| XYZ | 11.19 | 13.78 | 6.77 | - |
| YUV | 99.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 63 | 0.12 | 0 | 0.42 | 0.57 | 76.96 | 0.27 | 0.34 |
| Hex | 60 | 6D | 3F | C | 0 | 2A | 39 | 4D | 1B | 22 |
| Octal | 140 | 155 | 77 | 14 | 0 | 52 | 71 | 115 | 33 | 42 |
| Binary | 1100000 | 1101101 | 111111 | 1100 | 0 | 101010 | 111001 | 1001101 | 11011 | 100010 |
Color Harmonies of #606D3F
Complementary color
Monochromatic Colors of #606D3F
Black with #606D3F
Text Example
Text Example
White with #606D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D3F; }
p { color: rgb(96,109,63); }
H1.HeaderClassName
{
color: #606D3F;
}
.AnyTagClassName
{
color: #606D3F;
}
</style>
background-color css
<style>
a { background-color: #606D3F; }
a { background-color: rgb(96,109,63); }
div.DivClassName
{
background-color: #606D3F;
}
.BgClassName
{
background-color: #606D3F;
}
</style>
border-color css
<style>
span { border-color: #606D3F; }
span { border-color: rgb(96,109,63); }
td.TdClassName
{
border-color: #606D3F;
}
.TagClassName
{
border-color: #606D3F;
}
</style>