Shades of Woodland #60674D
Tints of Woodland #60674D
RGB
CMYK
RGB Variations
Color information
#60674D (or 0x60674D) is known color: Woodland. HEX triplet: 60, 67 and 4D. RGB value is (96,103,77). Sum of RGB (Red+Green+Blue) = 96+103+77=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #60674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60674D is #9F98B2. Grayscale: #626262. Windows color (decimal): -10459315 or 5072736. OLE color: 5072736.
HSL color Cylindrical-coordinate representation of color #60674D: hue angle of 76.15º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #60674D is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 77 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.60 |
| HSL | 76.15º | 0.14% | 0.35% | - |
| HSV(B) | 76.15º | 0.25% | 0.4% | - |
| XYZ | 11.01 | 12.72 | 8.9 | - |
| YUV | 97.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 77 | 0.07 | 0 | 0.25 | 0.60 | 76.15 | 0.14 | 0.35 |
| Hex | 60 | 67 | 4D | 7 | 0 | 19 | 3C | 4C | E | 23 |
| Octal | 140 | 147 | 115 | 7 | 0 | 31 | 74 | 114 | 16 | 43 |
| Binary | 1100000 | 1100111 | 1001101 | 111 | 0 | 11001 | 111100 | 1001100 | 1110 | 100011 |
Color Harmonies of #60674D
Complementary color
Monochromatic Colors of #60674D
Black with #60674D
Text Example
Text Example
White with #60674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60674D; }
p { color: rgb(96,103,77); }
H1.HeaderClassName
{
color: #60674D;
}
.AnyTagClassName
{
color: #60674D;
}
</style>
background-color css
<style>
a { background-color: #60674D; }
a { background-color: rgb(96,103,77); }
div.DivClassName
{
background-color: #60674D;
}
.BgClassName
{
background-color: #60674D;
}
</style>
border-color css
<style>
span { border-color: #60674D; }
span { border-color: rgb(96,103,77); }
td.TdClassName
{
border-color: #60674D;
}
.TagClassName
{
border-color: #60674D;
}
</style>