Shades of Woodland #60674E
Tints of Woodland #60674E
RGB
CMYK
RGB Variations
Color information
#60674E (or 0x60674E) is known color: Woodland. HEX triplet: 60, 67 and 4E. RGB value is (96,103,78). Sum of RGB (Red+Green+Blue) = 96+103+78=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #60674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60674E is #9F98B1. Grayscale: #626262. Windows color (decimal): -10459314 or 5138272. OLE color: 5138272.
HSL color Cylindrical-coordinate representation of color #60674E: hue angle of 76.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60674E is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 78 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.60 |
| HSL | 76.8º | 0.14% | 0.35% | - |
| HSV(B) | 76.8º | 0.24% | 0.4% | - |
| XYZ | 11.05 | 12.74 | 9.08 | - |
| YUV | 98.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 78 | 0.07 | 0 | 0.24 | 0.60 | 76.8 | 0.14 | 0.35 |
| Hex | 60 | 67 | 4E | 7 | 0 | 18 | 3C | 4D | E | 23 |
| Octal | 140 | 147 | 116 | 7 | 0 | 30 | 74 | 115 | 16 | 43 |
| Binary | 1100000 | 1100111 | 1001110 | 111 | 0 | 11000 | 111100 | 1001101 | 1110 | 100011 |
Color Harmonies of #60674E
Complementary color
Monochromatic Colors of #60674E
Black with #60674E
Text Example
Text Example
White with #60674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60674E; }
p { color: rgb(96,103,78); }
H1.HeaderClassName
{
color: #60674E;
}
.AnyTagClassName
{
color: #60674E;
}
</style>
background-color css
<style>
a { background-color: #60674E; }
a { background-color: rgb(96,103,78); }
div.DivClassName
{
background-color: #60674E;
}
.BgClassName
{
background-color: #60674E;
}
</style>
border-color css
<style>
span { border-color: #60674E; }
span { border-color: rgb(96,103,78); }
td.TdClassName
{
border-color: #60674E;
}
.TagClassName
{
border-color: #60674E;
}
</style>