Shades of Woodland #62653D
Tints of Woodland #62653D
RGB
CMYK
RGB Variations
Color information
#62653D (or 0x62653D) is known color: Woodland. HEX triplet: 62, 65 and 3D. RGB value is (98,101,61). Sum of RGB (Red+Green+Blue) = 98+101+61=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #62653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62653D is #9D9AC2. Grayscale: #5F5F5F. Windows color (decimal): -10328771 or 4023650. OLE color: 4023650.
HSL color Cylindrical-coordinate representation of color #62653D: hue angle of 64.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62653D is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 61 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.60 |
| HSL | 64.5º | 0.25% | 0.32% | - |
| HSV(B) | 64.5º | 0.4% | 0.4% | - |
| XYZ | 10.53 | 12.24 | 6.22 | - |
| YUV | 95.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 61 | 0.03 | 0 | 0.40 | 0.60 | 64.5 | 0.25 | 0.32 |
| Hex | 62 | 65 | 3D | 3 | 0 | 28 | 3C | 40 | 19 | 20 |
| Octal | 142 | 145 | 75 | 3 | 0 | 50 | 74 | 100 | 31 | 40 |
| Binary | 1100010 | 1100101 | 111101 | 11 | 0 | 101000 | 111100 | 1000000 | 11001 | 100000 |
Color Harmonies of #62653D
Complementary color
Monochromatic Colors of #62653D
Black with #62653D
Text Example
Text Example
White with #62653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62653D; }
p { color: rgb(98,101,61); }
H1.HeaderClassName
{
color: #62653D;
}
.AnyTagClassName
{
color: #62653D;
}
</style>
background-color css
<style>
a { background-color: #62653D; }
a { background-color: rgb(98,101,61); }
div.DivClassName
{
background-color: #62653D;
}
.BgClassName
{
background-color: #62653D;
}
</style>
border-color css
<style>
span { border-color: #62653D; }
span { border-color: rgb(98,101,61); }
td.TdClassName
{
border-color: #62653D;
}
.TagClassName
{
border-color: #62653D;
}
</style>