Shades of Woodland #60624A
Tints of Woodland #60624A
RGB
CMYK
RGB Variations
Color information
#60624A (or 0x60624A) is known color: Woodland. HEX triplet: 60, 62 and 4A. RGB value is (96,98,74). Sum of RGB (Red+Green+Blue) = 96+98+74=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #60624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60624A is #9F9DB5. Grayscale: #5E5E5E. Windows color (decimal): -10460598 or 4874848. OLE color: 4874848.
HSL color Cylindrical-coordinate representation of color #60624A: hue angle of 65º degrees, saturation: 0.14, 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 #60624A is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 98 | 74 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.62 |
| HSL | 65º | 0.14% | 0.34% | - |
| HSV(B) | 65º | 0.24% | 0.38% | - |
| XYZ | 10.43 | 11.72 | 8.19 | - |
| YUV | 94.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 74 | 0.02 | 0 | 0.24 | 0.62 | 65 | 0.14 | 0.34 |
| Hex | 60 | 62 | 4A | 2 | 0 | 18 | 3E | 41 | E | 22 |
| Octal | 140 | 142 | 112 | 2 | 0 | 30 | 76 | 101 | 16 | 42 |
| Binary | 1100000 | 1100010 | 1001010 | 10 | 0 | 11000 | 111110 | 1000001 | 1110 | 100010 |
Color Harmonies of #60624A
Complementary color
Monochromatic Colors of #60624A
Black with #60624A
Text Example
Text Example
White with #60624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60624A; }
p { color: rgb(96,98,74); }
H1.HeaderClassName
{
color: #60624A;
}
.AnyTagClassName
{
color: #60624A;
}
</style>
background-color css
<style>
a { background-color: #60624A; }
a { background-color: rgb(96,98,74); }
div.DivClassName
{
background-color: #60624A;
}
.BgClassName
{
background-color: #60624A;
}
</style>
border-color css
<style>
span { border-color: #60624A; }
span { border-color: rgb(96,98,74); }
td.TdClassName
{
border-color: #60624A;
}
.TagClassName
{
border-color: #60624A;
}
</style>