Shades of Woodland #60614B
Tints of Woodland #60614B
RGB
CMYK
RGB Variations
Color information
#60614B (or 0x60614B) is known color: Woodland. HEX triplet: 60, 61 and 4B. RGB value is (96,97,75). Sum of RGB (Red+Green+Blue) = 96+97+75=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #60614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60614B is #9F9EB4. Grayscale: #5E5E5E. Windows color (decimal): -10460853 or 4940128. OLE color: 4940128.
HSL color Cylindrical-coordinate representation of color #60614B: hue angle of 62.73º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60614B is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 97 | 75 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.62 |
| HSL | 62.73º | 0.13% | 0.34% | - |
| HSV(B) | 62.73º | 0.23% | 0.38% | - |
| XYZ | 10.37 | 11.54 | 8.34 | - |
| YUV | 94.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 75 | 0.01 | 0 | 0.23 | 0.62 | 62.73 | 0.13 | 0.34 |
| Hex | 60 | 61 | 4B | 1 | 0 | 17 | 3E | 3F | D | 22 |
| Octal | 140 | 141 | 113 | 1 | 0 | 27 | 76 | 77 | 15 | 42 |
| Binary | 1100000 | 1100001 | 1001011 | 1 | 0 | 10111 | 111110 | 111111 | 1101 | 100010 |
Color Harmonies of #60614B
Complementary color
Monochromatic Colors of #60614B
Black with #60614B
Text Example
Text Example
White with #60614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60614B; }
p { color: rgb(96,97,75); }
H1.HeaderClassName
{
color: #60614B;
}
.AnyTagClassName
{
color: #60614B;
}
</style>
background-color css
<style>
a { background-color: #60614B; }
a { background-color: rgb(96,97,75); }
div.DivClassName
{
background-color: #60614B;
}
.BgClassName
{
background-color: #60614B;
}
</style>
border-color css
<style>
span { border-color: #60614B; }
span { border-color: rgb(96,97,75); }
td.TdClassName
{
border-color: #60614B;
}
.TagClassName
{
border-color: #60614B;
}
</style>