Shades of Woodland #60684A
Tints of Woodland #60684A
RGB
CMYK
RGB Variations
Color information
#60684A (or 0x60684A) is known color: Woodland. HEX triplet: 60, 68 and 4A. RGB value is (96,104,74). Sum of RGB (Red+Green+Blue) = 96+104+74=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #60684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60684A is #9F97B5. Grayscale: #626262. Windows color (decimal): -10459062 or 4876384. OLE color: 4876384.
HSL color Cylindrical-coordinate representation of color #60684A: hue angle of 76º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60684A is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 104 | 74 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.59 |
| HSL | 76º | 0.17% | 0.35% | - |
| HSV(B) | 76º | 0.29% | 0.41% | - |
| XYZ | 11.01 | 12.88 | 8.38 | - |
| YUV | 98.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 74 | 0.08 | 0 | 0.29 | 0.59 | 76 | 0.17 | 0.35 |
| Hex | 60 | 68 | 4A | 8 | 0 | 1D | 3B | 4C | 11 | 23 |
| Octal | 140 | 150 | 112 | 10 | 0 | 35 | 73 | 114 | 21 | 43 |
| Binary | 1100000 | 1101000 | 1001010 | 1000 | 0 | 11101 | 111011 | 1001100 | 10001 | 100011 |
Color Harmonies of #60684A
Complementary color
Monochromatic Colors of #60684A
Black with #60684A
Text Example
Text Example
White with #60684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60684A; }
p { color: rgb(96,104,74); }
H1.HeaderClassName
{
color: #60684A;
}
.AnyTagClassName
{
color: #60684A;
}
</style>
background-color css
<style>
a { background-color: #60684A; }
a { background-color: rgb(96,104,74); }
div.DivClassName
{
background-color: #60684A;
}
.BgClassName
{
background-color: #60684A;
}
</style>
border-color css
<style>
span { border-color: #60684A; }
span { border-color: rgb(96,104,74); }
td.TdClassName
{
border-color: #60684A;
}
.TagClassName
{
border-color: #60684A;
}
</style>