Shades of Woodland #62653F
Tints of Woodland #62653F
RGB
CMYK
RGB Variations
Color information
#62653F (or 0x62653F) is known color: Woodland. HEX triplet: 62, 65 and 3F. RGB value is (98,101,63). Sum of RGB (Red+Green+Blue) = 98+101+63=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #62653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62653F is #9D9AC0. Grayscale: #5F5F5F. Windows color (decimal): -10328769 or 4154722. OLE color: 4154722.
HSL color Cylindrical-coordinate representation of color #62653F: hue angle of 64.74º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62653F is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 63 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.60 |
| HSL | 64.74º | 0.23% | 0.32% | - |
| HSV(B) | 64.74º | 0.38% | 0.4% | - |
| XYZ | 10.59 | 12.26 | 6.51 | - |
| YUV | 95.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 63 | 0.03 | 0 | 0.38 | 0.60 | 64.74 | 0.23 | 0.32 |
| Hex | 62 | 65 | 3F | 3 | 0 | 26 | 3C | 41 | 17 | 20 |
| Octal | 142 | 145 | 77 | 3 | 0 | 46 | 74 | 101 | 27 | 40 |
| Binary | 1100010 | 1100101 | 111111 | 11 | 0 | 100110 | 111100 | 1000001 | 10111 | 100000 |
Color Harmonies of #62653F
Complementary color
Monochromatic Colors of #62653F
Black with #62653F
Text Example
Text Example
White with #62653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62653F; }
p { color: rgb(98,101,63); }
H1.HeaderClassName
{
color: #62653F;
}
.AnyTagClassName
{
color: #62653F;
}
</style>
background-color css
<style>
a { background-color: #62653F; }
a { background-color: rgb(98,101,63); }
div.DivClassName
{
background-color: #62653F;
}
.BgClassName
{
background-color: #62653F;
}
</style>
border-color css
<style>
span { border-color: #62653F; }
span { border-color: rgb(98,101,63); }
td.TdClassName
{
border-color: #62653F;
}
.TagClassName
{
border-color: #62653F;
}
</style>