Shades of Woodland #60674A
Tints of Woodland #60674A
RGB
CMYK
RGB Variations
Color information
#60674A (or 0x60674A) is known color: Woodland. HEX triplet: 60, 67 and 4A. RGB value is (96,103,74). Sum of RGB (Red+Green+Blue) = 96+103+74=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #60674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60674A is #9F98B5. Grayscale: #616161. Windows color (decimal): -10459318 or 4876128. OLE color: 4876128.
HSL color Cylindrical-coordinate representation of color #60674A: hue angle of 74.48º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60674A is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 74 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.60 |
| HSL | 74.48º | 0.16% | 0.35% | - |
| HSV(B) | 74.48º | 0.28% | 0.4% | - |
| XYZ | 10.91 | 12.68 | 8.35 | - |
| YUV | 97.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 74 | 0.07 | 0 | 0.28 | 0.60 | 74.48 | 0.16 | 0.35 |
| Hex | 60 | 67 | 4A | 7 | 0 | 1C | 3C | 4A | 10 | 23 |
| Octal | 140 | 147 | 112 | 7 | 0 | 34 | 74 | 112 | 20 | 43 |
| Binary | 1100000 | 1100111 | 1001010 | 111 | 0 | 11100 | 111100 | 1001010 | 10000 | 100011 |
Color Harmonies of #60674A
Complementary color
Monochromatic Colors of #60674A
Black with #60674A
Text Example
Text Example
White with #60674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60674A; }
p { color: rgb(96,103,74); }
H1.HeaderClassName
{
color: #60674A;
}
.AnyTagClassName
{
color: #60674A;
}
</style>
background-color css
<style>
a { background-color: #60674A; }
a { background-color: rgb(96,103,74); }
div.DivClassName
{
background-color: #60674A;
}
.BgClassName
{
background-color: #60674A;
}
</style>
border-color css
<style>
span { border-color: #60674A; }
span { border-color: rgb(96,103,74); }
td.TdClassName
{
border-color: #60674A;
}
.TagClassName
{
border-color: #60674A;
}
</style>