Shades of Woodland #62664C
Tints of Woodland #62664C
RGB
CMYK
RGB Variations
Color information
#62664C (or 0x62664C) is known color: Woodland. HEX triplet: 62, 66 and 4C. RGB value is (98,102,76). Sum of RGB (Red+Green+Blue) = 98+102+76=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #62664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62664C is #9D99B3. Grayscale: #616161. Windows color (decimal): -10328500 or 5006946. OLE color: 5006946.
HSL color Cylindrical-coordinate representation of color #62664C: hue angle of 69.23º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #62664C is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 102 | 76 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.6 |
| HSL | 69.23º | 0.15% | 0.35% | - |
| HSV(B) | 69.23º | 0.25% | 0.4% | - |
| XYZ | 11.09 | 12.62 | 8.69 | - |
| YUV | 97.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 76 | 0.04 | 0 | 0.25 | 0.6 | 69.23 | 0.15 | 0.35 |
| Hex | 62 | 66 | 4C | 4 | 0 | 19 | 3C | 45 | F | 23 |
| Octal | 142 | 146 | 114 | 4 | 0 | 31 | 74 | 105 | 17 | 43 |
| Binary | 1100010 | 1100110 | 1001100 | 100 | 0 | 11001 | 111100 | 1000101 | 1111 | 100011 |
Color Harmonies of #62664C
Complementary color
Monochromatic Colors of #62664C
Black with #62664C
Text Example
Text Example
White with #62664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62664C; }
p { color: rgb(98,102,76); }
H1.HeaderClassName
{
color: #62664C;
}
.AnyTagClassName
{
color: #62664C;
}
</style>
background-color css
<style>
a { background-color: #62664C; }
a { background-color: rgb(98,102,76); }
div.DivClassName
{
background-color: #62664C;
}
.BgClassName
{
background-color: #62664C;
}
</style>
border-color css
<style>
span { border-color: #62664C; }
span { border-color: rgb(98,102,76); }
td.TdClassName
{
border-color: #62664C;
}
.TagClassName
{
border-color: #62664C;
}
</style>