Shades of Woodland #60614C
Tints of Woodland #60614C
RGB
CMYK
RGB Variations
Color information
#60614C (or 0x60614C) is known color: Woodland. HEX triplet: 60, 61 and 4C. RGB value is (96,97,76). Sum of RGB (Red+Green+Blue) = 96+97+76=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #60614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60614C is #9F9EB3. Grayscale: #5E5E5E. Windows color (decimal): -10460852 or 5005664. OLE color: 5005664.
HSL color Cylindrical-coordinate representation of color #60614C: hue angle of 62.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60614C is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 97 | 76 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.62 |
| HSL | 62.86º | 0.12% | 0.34% | - |
| HSV(B) | 62.86º | 0.22% | 0.38% | - |
| XYZ | 10.4 | 11.56 | 8.52 | - |
| YUV | 94.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 76 | 0.01 | 0 | 0.22 | 0.62 | 62.86 | 0.12 | 0.34 |
| Hex | 60 | 61 | 4C | 1 | 0 | 16 | 3E | 3F | C | 22 |
| Octal | 140 | 141 | 114 | 1 | 0 | 26 | 76 | 77 | 14 | 42 |
| Binary | 1100000 | 1100001 | 1001100 | 1 | 0 | 10110 | 111110 | 111111 | 1100 | 100010 |
Color Harmonies of #60614C
Complementary color
Monochromatic Colors of #60614C
Black with #60614C
Text Example
Text Example
White with #60614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60614C; }
p { color: rgb(96,97,76); }
H1.HeaderClassName
{
color: #60614C;
}
.AnyTagClassName
{
color: #60614C;
}
</style>
background-color css
<style>
a { background-color: #60614C; }
a { background-color: rgb(96,97,76); }
div.DivClassName
{
background-color: #60614C;
}
.BgClassName
{
background-color: #60614C;
}
</style>
border-color css
<style>
span { border-color: #60614C; }
span { border-color: rgb(96,97,76); }
td.TdClassName
{
border-color: #60614C;
}
.TagClassName
{
border-color: #60614C;
}
</style>