Shades of Woodland #60614A
Tints of Woodland #60614A
RGB
CMYK
RGB Variations
Color information
#60614A (or 0x60614A) is known color: Woodland. HEX triplet: 60, 61 and 4A. RGB value is (96,97,74). Sum of RGB (Red+Green+Blue) = 96+97+74=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #60614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60614A is #9F9EB5. Grayscale: #5E5E5E. Windows color (decimal): -10460854 or 4874592. OLE color: 4874592.
HSL color Cylindrical-coordinate representation of color #60614A: hue angle of 62.61º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60614A is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 97 | 74 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.62 |
| HSL | 62.61º | 0.13% | 0.34% | - |
| HSV(B) | 62.61º | 0.24% | 0.38% | - |
| XYZ | 10.33 | 11.53 | 8.16 | - |
| YUV | 94.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 74 | 0.01 | 0 | 0.24 | 0.62 | 62.61 | 0.13 | 0.34 |
| Hex | 60 | 61 | 4A | 1 | 0 | 18 | 3E | 3F | D | 22 |
| Octal | 140 | 141 | 112 | 1 | 0 | 30 | 76 | 77 | 15 | 42 |
| Binary | 1100000 | 1100001 | 1001010 | 1 | 0 | 11000 | 111110 | 111111 | 1101 | 100010 |
Color Harmonies of #60614A
Complementary color
Monochromatic Colors of #60614A
Black with #60614A
Text Example
Text Example
White with #60614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60614A; }
p { color: rgb(96,97,74); }
H1.HeaderClassName
{
color: #60614A;
}
.AnyTagClassName
{
color: #60614A;
}
</style>
background-color css
<style>
a { background-color: #60614A; }
a { background-color: rgb(96,97,74); }
div.DivClassName
{
background-color: #60614A;
}
.BgClassName
{
background-color: #60614A;
}
</style>
border-color css
<style>
span { border-color: #60614A; }
span { border-color: rgb(96,97,74); }
td.TdClassName
{
border-color: #60614A;
}
.TagClassName
{
border-color: #60614A;
}
</style>