Shades of Woodland #62673C
Tints of Woodland #62673C
RGB
CMYK
RGB Variations
Color information
#62673C (or 0x62673C) is known color: Woodland. HEX triplet: 62, 67 and 3C. RGB value is (98,103,60). Sum of RGB (Red+Green+Blue) = 98+103+60=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #62673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62673C is #9D98C3. Grayscale: #606060. Windows color (decimal): -10328260 or 3958626. OLE color: 3958626.
HSL color Cylindrical-coordinate representation of color #62673C: hue angle of 66.98º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62673C is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 60 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.60 |
| HSL | 66.98º | 0.26% | 0.32% | - |
| HSV(B) | 66.98º | 0.42% | 0.4% | - |
| XYZ | 10.7 | 12.62 | 6.15 | - |
| YUV | 96.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 60 | 0.05 | 0 | 0.42 | 0.60 | 66.98 | 0.26 | 0.32 |
| Hex | 62 | 67 | 3C | 5 | 0 | 2A | 3C | 43 | 1A | 20 |
| Octal | 142 | 147 | 74 | 5 | 0 | 52 | 74 | 103 | 32 | 40 |
| Binary | 1100010 | 1100111 | 111100 | 101 | 0 | 101010 | 111100 | 1000011 | 11010 | 100000 |
Color Harmonies of #62673C
Complementary color
Monochromatic Colors of #62673C
Black with #62673C
Text Example
Text Example
White with #62673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62673C; }
p { color: rgb(98,103,60); }
H1.HeaderClassName
{
color: #62673C;
}
.AnyTagClassName
{
color: #62673C;
}
</style>
background-color css
<style>
a { background-color: #62673C; }
a { background-color: rgb(98,103,60); }
div.DivClassName
{
background-color: #62673C;
}
.BgClassName
{
background-color: #62673C;
}
</style>
border-color css
<style>
span { border-color: #62673C; }
span { border-color: rgb(98,103,60); }
td.TdClassName
{
border-color: #62673C;
}
.TagClassName
{
border-color: #62673C;
}
</style>