Shades of Woodland #62684A
Tints of Woodland #62684A
RGB
CMYK
RGB Variations
Color information
#62684A (or 0x62684A) is known color: Woodland. HEX triplet: 62, 68 and 4A. RGB value is (98,104,74). Sum of RGB (Red+Green+Blue) = 98+104+74=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #62684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62684A is #9D97B5. Grayscale: #626262. Windows color (decimal): -10327990 or 4876386. OLE color: 4876386.
HSL color Cylindrical-coordinate representation of color #62684A: hue angle of 72º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62684A is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 74 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.59 |
| HSL | 72º | 0.17% | 0.35% | - |
| HSV(B) | 72º | 0.29% | 0.41% | - |
| XYZ | 11.22 | 12.99 | 8.39 | - |
| YUV | 98.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 74 | 0.06 | 0 | 0.29 | 0.59 | 72 | 0.17 | 0.35 |
| Hex | 62 | 68 | 4A | 6 | 0 | 1D | 3B | 48 | 11 | 23 |
| Octal | 142 | 150 | 112 | 6 | 0 | 35 | 73 | 110 | 21 | 43 |
| Binary | 1100010 | 1101000 | 1001010 | 110 | 0 | 11101 | 111011 | 1001000 | 10001 | 100011 |
Color Harmonies of #62684A
Complementary color
Monochromatic Colors of #62684A
Black with #62684A
Text Example
Text Example
White with #62684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62684A; }
p { color: rgb(98,104,74); }
H1.HeaderClassName
{
color: #62684A;
}
.AnyTagClassName
{
color: #62684A;
}
</style>
background-color css
<style>
a { background-color: #62684A; }
a { background-color: rgb(98,104,74); }
div.DivClassName
{
background-color: #62684A;
}
.BgClassName
{
background-color: #62684A;
}
</style>
border-color css
<style>
span { border-color: #62684A; }
span { border-color: rgb(98,104,74); }
td.TdClassName
{
border-color: #62684A;
}
.TagClassName
{
border-color: #62684A;
}
</style>