Shades of Woodland #60643D
Tints of Woodland #60643D
RGB
CMYK
RGB Variations
Color information
#60643D (or 0x60643D) is known color: Woodland. HEX triplet: 60, 64 and 3D. RGB value is (96,100,61). Sum of RGB (Red+Green+Blue) = 96+100+61=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 100 - color contains mainly: green. Hex color #60643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60643D is #9F9BC2. Grayscale: #5E5E5E. Windows color (decimal): -10460099 or 4023392. OLE color: 4023392.
HSL color Cylindrical-coordinate representation of color #60643D: hue angle of 66.15º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60643D is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 61 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.61 |
| HSL | 66.15º | 0.24% | 0.32% | - |
| HSV(B) | 66.15º | 0.39% | 0.39% | - |
| XYZ | 10.22 | 11.94 | 6.18 | - |
| YUV | 94.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 61 | 0.04 | 0 | 0.39 | 0.61 | 66.15 | 0.24 | 0.32 |
| Hex | 60 | 64 | 3D | 4 | 0 | 27 | 3D | 42 | 18 | 20 |
| Octal | 140 | 144 | 75 | 4 | 0 | 47 | 75 | 102 | 30 | 40 |
| Binary | 1100000 | 1100100 | 111101 | 100 | 0 | 100111 | 111101 | 1000010 | 11000 | 100000 |
Color Harmonies of #60643D
Complementary color
Monochromatic Colors of #60643D
Black with #60643D
Text Example
Text Example
White with #60643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60643D; }
p { color: rgb(96,100,61); }
H1.HeaderClassName
{
color: #60643D;
}
.AnyTagClassName
{
color: #60643D;
}
</style>
background-color css
<style>
a { background-color: #60643D; }
a { background-color: rgb(96,100,61); }
div.DivClassName
{
background-color: #60643D;
}
.BgClassName
{
background-color: #60643D;
}
</style>
border-color css
<style>
span { border-color: #60643D; }
span { border-color: rgb(96,100,61); }
td.TdClassName
{
border-color: #60643D;
}
.TagClassName
{
border-color: #60643D;
}
</style>