Shades of Woodland #5F653B
Tints of Woodland #5F653B
RGB
CMYK
RGB Variations
Color information
#5F653B (or 0x5F653B) is known color: Woodland. HEX triplet: 5F, 65 and 3B. RGB value is (95,101,59). Sum of RGB (Red+Green+Blue) = 95+101+59=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 101 - color contains mainly: green. Hex color #5F653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F653B is #A09AC4. Grayscale: #5E5E5E. Windows color (decimal): -10525381 or 3892575. OLE color: 3892575.
HSL color Cylindrical-coordinate representation of color #5F653B: hue angle of 68.57º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F653B is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 59 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.60 |
| HSL | 68.57º | 0.26% | 0.31% | - |
| HSV(B) | 68.57º | 0.42% | 0.4% | - |
| XYZ | 10.16 | 12.06 | 5.93 | - |
| YUV | 94.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 59 | 0.06 | 0 | 0.42 | 0.60 | 68.57 | 0.26 | 0.31 |
| Hex | 5F | 65 | 3B | 6 | 0 | 2A | 3C | 45 | 1A | 1F |
| Octal | 137 | 145 | 73 | 6 | 0 | 52 | 74 | 105 | 32 | 37 |
| Binary | 1011111 | 1100101 | 111011 | 110 | 0 | 101010 | 111100 | 1000101 | 11010 | 11111 |
Color Harmonies of #5F653B
Complementary color
Monochromatic Colors of #5F653B
Black with #5F653B
Text Example
Text Example
White with #5F653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F653B; }
p { color: rgb(95,101,59); }
H1.HeaderClassName
{
color: #5F653B;
}
.AnyTagClassName
{
color: #5F653B;
}
</style>
background-color css
<style>
a { background-color: #5F653B; }
a { background-color: rgb(95,101,59); }
div.DivClassName
{
background-color: #5F653B;
}
.BgClassName
{
background-color: #5F653B;
}
</style>
border-color css
<style>
span { border-color: #5F653B; }
span { border-color: rgb(95,101,59); }
td.TdClassName
{
border-color: #5F653B;
}
.TagClassName
{
border-color: #5F653B;
}
</style>