Shades of Woodland #62654A
Tints of Woodland #62654A
RGB
CMYK
RGB Variations
Color information
#62654A (or 0x62654A) is known color: Woodland. HEX triplet: 62, 65 and 4A. RGB value is (98,101,74). Sum of RGB (Red+Green+Blue) = 98+101+74=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #62654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62654A is #9D9AB5. Grayscale: #616161. Windows color (decimal): -10328758 or 4875618. OLE color: 4875618.
HSL color Cylindrical-coordinate representation of color #62654A: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62654A is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 74 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.60 |
| HSL | 66.67º | 0.15% | 0.34% | - |
| HSV(B) | 66.67º | 0.27% | 0.4% | - |
| XYZ | 10.93 | 12.4 | 8.3 | - |
| YUV | 97.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 74 | 0.03 | 0 | 0.27 | 0.60 | 66.67 | 0.15 | 0.34 |
| Hex | 62 | 65 | 4A | 3 | 0 | 1B | 3C | 43 | F | 22 |
| Octal | 142 | 145 | 112 | 3 | 0 | 33 | 74 | 103 | 17 | 42 |
| Binary | 1100010 | 1100101 | 1001010 | 11 | 0 | 11011 | 111100 | 1000011 | 1111 | 100010 |
Color Harmonies of #62654A
Complementary color
Monochromatic Colors of #62654A
Black with #62654A
Text Example
Text Example
White with #62654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62654A; }
p { color: rgb(98,101,74); }
H1.HeaderClassName
{
color: #62654A;
}
.AnyTagClassName
{
color: #62654A;
}
</style>
background-color css
<style>
a { background-color: #62654A; }
a { background-color: rgb(98,101,74); }
div.DivClassName
{
background-color: #62654A;
}
.BgClassName
{
background-color: #62654A;
}
</style>
border-color css
<style>
span { border-color: #62654A; }
span { border-color: rgb(98,101,74); }
td.TdClassName
{
border-color: #62654A;
}
.TagClassName
{
border-color: #62654A;
}
</style>