Shades of Woodland #5F663B
Tints of Woodland #5F663B
RGB
CMYK
RGB Variations
Color information
#5F663B (or 0x5F663B) is known color: Woodland. HEX triplet: 5F, 66 and 3B. RGB value is (95,102,59). Sum of RGB (Red+Green+Blue) = 95+102+59=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #5F663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F663B is #A099C4. Grayscale: #5F5F5F. Windows color (decimal): -10525125 or 3892831. OLE color: 3892831.
HSL color Cylindrical-coordinate representation of color #5F663B: hue angle of 69.77º degrees, saturation: 0.27, 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 #5F663B is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 59 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.6 |
| HSL | 69.77º | 0.27% | 0.32% | - |
| HSV(B) | 69.77º | 0.42% | 0.4% | - |
| XYZ | 10.26 | 12.25 | 5.96 | - |
| YUV | 95.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 59 | 0.07 | 0 | 0.42 | 0.6 | 69.77 | 0.27 | 0.32 |
| Hex | 5F | 66 | 3B | 7 | 0 | 2A | 3C | 46 | 1B | 20 |
| Octal | 137 | 146 | 73 | 7 | 0 | 52 | 74 | 106 | 33 | 40 |
| Binary | 1011111 | 1100110 | 111011 | 111 | 0 | 101010 | 111100 | 1000110 | 11011 | 100000 |
Color Harmonies of #5F663B
Complementary color
Monochromatic Colors of #5F663B
Black with #5F663B
Text Example
Text Example
White with #5F663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F663B; }
p { color: rgb(95,102,59); }
H1.HeaderClassName
{
color: #5F663B;
}
.AnyTagClassName
{
color: #5F663B;
}
</style>
background-color css
<style>
a { background-color: #5F663B; }
a { background-color: rgb(95,102,59); }
div.DivClassName
{
background-color: #5F663B;
}
.BgClassName
{
background-color: #5F663B;
}
</style>
border-color css
<style>
span { border-color: #5F663B; }
span { border-color: rgb(95,102,59); }
td.TdClassName
{
border-color: #5F663B;
}
.TagClassName
{
border-color: #5F663B;
}
</style>