Shades of Woodland #5F663C
Tints of Woodland #5F663C
RGB
CMYK
RGB Variations
Color information
#5F663C (or 0x5F663C) is known color: Woodland. HEX triplet: 5F, 66 and 3C. RGB value is (95,102,60). Sum of RGB (Red+Green+Blue) = 95+102+60=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #5F663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F663C is #A099C3. Grayscale: #5F5F5F. Windows color (decimal): -10525124 or 3958367. OLE color: 3958367.
HSL color Cylindrical-coordinate representation of color #5F663C: hue angle of 70º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F663C is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 60 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.6 |
| HSL | 70º | 0.26% | 0.32% | - |
| HSV(B) | 70º | 0.41% | 0.4% | - |
| XYZ | 10.29 | 12.26 | 6.1 | - |
| YUV | 95.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 60 | 0.07 | 0 | 0.41 | 0.6 | 70 | 0.26 | 0.32 |
| Hex | 5F | 66 | 3C | 7 | 0 | 29 | 3C | 46 | 1A | 20 |
| Octal | 137 | 146 | 74 | 7 | 0 | 51 | 74 | 106 | 32 | 40 |
| Binary | 1011111 | 1100110 | 111100 | 111 | 0 | 101001 | 111100 | 1000110 | 11010 | 100000 |
Color Harmonies of #5F663C
Complementary color
Monochromatic Colors of #5F663C
Black with #5F663C
Text Example
Text Example
White with #5F663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F663C; }
p { color: rgb(95,102,60); }
H1.HeaderClassName
{
color: #5F663C;
}
.AnyTagClassName
{
color: #5F663C;
}
</style>
background-color css
<style>
a { background-color: #5F663C; }
a { background-color: rgb(95,102,60); }
div.DivClassName
{
background-color: #5F663C;
}
.BgClassName
{
background-color: #5F663C;
}
</style>
border-color css
<style>
span { border-color: #5F663C; }
span { border-color: rgb(95,102,60); }
td.TdClassName
{
border-color: #5F663C;
}
.TagClassName
{
border-color: #5F663C;
}
</style>