Shades of Woodland #60693F
Tints of Woodland #60693F
RGB
CMYK
RGB Variations
Color information
#60693F (or 0x60693F) is known color: Woodland. HEX triplet: 60, 69 and 3F. RGB value is (96,105,63). Sum of RGB (Red+Green+Blue) = 96+105+63=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #60693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60693F is #9F96C0. Grayscale: #616161. Windows color (decimal): -10458817 or 4155744. OLE color: 4155744.
HSL color Cylindrical-coordinate representation of color #60693F: hue angle of 72.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60693F is Cyan = 0.09, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 105 | 63 | - |
| CMYK | 0.09 | 0 | 0.4 | 0.59 |
| HSL | 72.86º | 0.25% | 0.33% | - |
| HSV(B) | 72.86º | 0.4% | 0.41% | - |
| XYZ | 10.77 | 12.95 | 6.63 | - |
| YUV | 97.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 63 | 0.09 | 0 | 0.4 | 0.59 | 72.86 | 0.25 | 0.33 |
| Hex | 60 | 69 | 3F | 9 | 0 | 28 | 3B | 49 | 19 | 21 |
| Octal | 140 | 151 | 77 | 11 | 0 | 50 | 73 | 111 | 31 | 41 |
| Binary | 1100000 | 1101001 | 111111 | 1001 | 0 | 101000 | 111011 | 1001001 | 11001 | 100001 |
Color Harmonies of #60693F
Complementary color
Monochromatic Colors of #60693F
Black with #60693F
Text Example
Text Example
White with #60693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60693F; }
p { color: rgb(96,105,63); }
H1.HeaderClassName
{
color: #60693F;
}
.AnyTagClassName
{
color: #60693F;
}
</style>
background-color css
<style>
a { background-color: #60693F; }
a { background-color: rgb(96,105,63); }
div.DivClassName
{
background-color: #60693F;
}
.BgClassName
{
background-color: #60693F;
}
</style>
border-color css
<style>
span { border-color: #60693F; }
span { border-color: rgb(96,105,63); }
td.TdClassName
{
border-color: #60693F;
}
.TagClassName
{
border-color: #60693F;
}
</style>