Shades of Woodland #62693C
Tints of Woodland #62693C
RGB
CMYK
RGB Variations
Color information
#62693C (or 0x62693C) is known color: Woodland. HEX triplet: 62, 69 and 3C. RGB value is (98,105,60). Sum of RGB (Red+Green+Blue) = 98+105+60=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #62693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62693C is #9D96C3. Grayscale: #616161. Windows color (decimal): -10327748 or 3959138. OLE color: 3959138.
HSL color Cylindrical-coordinate representation of color #62693C: hue angle of 69.33º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62693C is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 105 | 60 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.59 |
| HSL | 69.33º | 0.27% | 0.32% | - |
| HSV(B) | 69.33º | 0.43% | 0.41% | - |
| XYZ | 10.9 | 13.03 | 6.21 | - |
| YUV | 97.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 60 | 0.07 | 0 | 0.43 | 0.59 | 69.33 | 0.27 | 0.32 |
| Hex | 62 | 69 | 3C | 7 | 0 | 2B | 3B | 45 | 1B | 20 |
| Octal | 142 | 151 | 74 | 7 | 0 | 53 | 73 | 105 | 33 | 40 |
| Binary | 1100010 | 1101001 | 111100 | 111 | 0 | 101011 | 111011 | 1000101 | 11011 | 100000 |
Color Harmonies of #62693C
Complementary color
Monochromatic Colors of #62693C
Black with #62693C
Text Example
Text Example
White with #62693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62693C; }
p { color: rgb(98,105,60); }
H1.HeaderClassName
{
color: #62693C;
}
.AnyTagClassName
{
color: #62693C;
}
</style>
background-color css
<style>
a { background-color: #62693C; }
a { background-color: rgb(98,105,60); }
div.DivClassName
{
background-color: #62693C;
}
.BgClassName
{
background-color: #62693C;
}
</style>
border-color css
<style>
span { border-color: #62693C; }
span { border-color: rgb(98,105,60); }
td.TdClassName
{
border-color: #62693C;
}
.TagClassName
{
border-color: #62693C;
}
</style>