Shades of Woodland #60634E
Tints of Woodland #60634E
RGB
CMYK
RGB Variations
Color information
#60634E (or 0x60634E) is known color: Woodland. HEX triplet: 60, 63 and 4E. RGB value is (96,99,78). Sum of RGB (Red+Green+Blue) = 96+99+78=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #60634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60634E is #9F9CB1. Grayscale: #5F5F5F. Windows color (decimal): -10460338 or 5137248. OLE color: 5137248.
HSL color Cylindrical-coordinate representation of color #60634E: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60634E is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 99 | 78 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.61 |
| HSL | 68.57º | 0.12% | 0.35% | - |
| HSV(B) | 68.57º | 0.21% | 0.39% | - |
| XYZ | 10.66 | 11.96 | 8.95 | - |
| YUV | 95.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 78 | 0.03 | 0 | 0.21 | 0.61 | 68.57 | 0.12 | 0.35 |
| Hex | 60 | 63 | 4E | 3 | 0 | 15 | 3D | 45 | C | 23 |
| Octal | 140 | 143 | 116 | 3 | 0 | 25 | 75 | 105 | 14 | 43 |
| Binary | 1100000 | 1100011 | 1001110 | 11 | 0 | 10101 | 111101 | 1000101 | 1100 | 100011 |
Color Harmonies of #60634E
Complementary color
Monochromatic Colors of #60634E
Black with #60634E
Text Example
Text Example
White with #60634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60634E; }
p { color: rgb(96,99,78); }
H1.HeaderClassName
{
color: #60634E;
}
.AnyTagClassName
{
color: #60634E;
}
</style>
background-color css
<style>
a { background-color: #60634E; }
a { background-color: rgb(96,99,78); }
div.DivClassName
{
background-color: #60634E;
}
.BgClassName
{
background-color: #60634E;
}
</style>
border-color css
<style>
span { border-color: #60634E; }
span { border-color: rgb(96,99,78); }
td.TdClassName
{
border-color: #60634E;
}
.TagClassName
{
border-color: #60634E;
}
</style>