Shades of Woodland #60684C
Tints of Woodland #60684C
RGB
CMYK
RGB Variations
Color information
#60684C (or 0x60684C) is known color: Woodland. HEX triplet: 60, 68 and 4C. RGB value is (96,104,76). Sum of RGB (Red+Green+Blue) = 96+104+76=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #60684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60684C is #9F97B3. Grayscale: #626262. Windows color (decimal): -10459060 or 5007456. OLE color: 5007456.
HSL color Cylindrical-coordinate representation of color #60684C: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60684C is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 104 | 76 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.59 |
| HSL | 77.14º | 0.16% | 0.35% | - |
| HSV(B) | 77.14º | 0.27% | 0.41% | - |
| XYZ | 11.08 | 12.91 | 8.75 | - |
| YUV | 98.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 76 | 0.08 | 0 | 0.27 | 0.59 | 77.14 | 0.16 | 0.35 |
| Hex | 60 | 68 | 4C | 8 | 0 | 1B | 3B | 4D | 10 | 23 |
| Octal | 140 | 150 | 114 | 10 | 0 | 33 | 73 | 115 | 20 | 43 |
| Binary | 1100000 | 1101000 | 1001100 | 1000 | 0 | 11011 | 111011 | 1001101 | 10000 | 100011 |
Color Harmonies of #60684C
Complementary color
Monochromatic Colors of #60684C
Black with #60684C
Text Example
Text Example
White with #60684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60684C; }
p { color: rgb(96,104,76); }
H1.HeaderClassName
{
color: #60684C;
}
.AnyTagClassName
{
color: #60684C;
}
</style>
background-color css
<style>
a { background-color: #60684C; }
a { background-color: rgb(96,104,76); }
div.DivClassName
{
background-color: #60684C;
}
.BgClassName
{
background-color: #60684C;
}
</style>
border-color css
<style>
span { border-color: #60684C; }
span { border-color: rgb(96,104,76); }
td.TdClassName
{
border-color: #60684C;
}
.TagClassName
{
border-color: #60684C;
}
</style>