Shades of Woodland #60693D
Tints of Woodland #60693D
RGB
CMYK
RGB Variations
Color information
#60693D (or 0x60693D) is known color: Woodland. HEX triplet: 60, 69 and 3D. RGB value is (96,105,61). Sum of RGB (Red+Green+Blue) = 96+105+61=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #60693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60693D is #9F96C2. Grayscale: #616161. Windows color (decimal): -10458819 or 4024672. OLE color: 4024672.
HSL color Cylindrical-coordinate representation of color #60693D: hue angle of 72.27º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60693D is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 105 | 61 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.59 |
| HSL | 72.27º | 0.27% | 0.33% | - |
| HSV(B) | 72.27º | 0.42% | 0.41% | - |
| XYZ | 10.72 | 12.93 | 6.35 | - |
| YUV | 97.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 61 | 0.09 | 0 | 0.42 | 0.59 | 72.27 | 0.27 | 0.33 |
| Hex | 60 | 69 | 3D | 9 | 0 | 2A | 3B | 48 | 1B | 21 |
| Octal | 140 | 151 | 75 | 11 | 0 | 52 | 73 | 110 | 33 | 41 |
| Binary | 1100000 | 1101001 | 111101 | 1001 | 0 | 101010 | 111011 | 1001000 | 11011 | 100001 |
Color Harmonies of #60693D
Complementary color
Monochromatic Colors of #60693D
Black with #60693D
Text Example
Text Example
White with #60693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60693D; }
p { color: rgb(96,105,61); }
H1.HeaderClassName
{
color: #60693D;
}
.AnyTagClassName
{
color: #60693D;
}
</style>
background-color css
<style>
a { background-color: #60693D; }
a { background-color: rgb(96,105,61); }
div.DivClassName
{
background-color: #60693D;
}
.BgClassName
{
background-color: #60693D;
}
</style>
border-color css
<style>
span { border-color: #60693D; }
span { border-color: rgb(96,105,61); }
td.TdClassName
{
border-color: #60693D;
}
.TagClassName
{
border-color: #60693D;
}
</style>