Shades of Woodland #5F653A
Tints of Woodland #5F653A
RGB
CMYK
RGB Variations
Color information
#5F653A (or 0x5F653A) is known color: Woodland. HEX triplet: 5F, 65 and 3A. RGB value is (95,101,58). Sum of RGB (Red+Green+Blue) = 95+101+58=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #5F653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F653A is #A09AC5. Grayscale: #5E5E5E. Windows color (decimal): -10525382 or 3827039. OLE color: 3827039.
HSL color Cylindrical-coordinate representation of color #5F653A: hue angle of 68.37º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F653A is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 58 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.60 |
| HSL | 68.37º | 0.27% | 0.31% | - |
| HSV(B) | 68.37º | 0.43% | 0.4% | - |
| XYZ | 10.14 | 12.05 | 5.79 | - |
| YUV | 94.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 58 | 0.06 | 0 | 0.43 | 0.60 | 68.37 | 0.27 | 0.31 |
| Hex | 5F | 65 | 3A | 6 | 0 | 2B | 3C | 44 | 1B | 1F |
| Octal | 137 | 145 | 72 | 6 | 0 | 53 | 74 | 104 | 33 | 37 |
| Binary | 1011111 | 1100101 | 111010 | 110 | 0 | 101011 | 111100 | 1000100 | 11011 | 11111 |
Color Harmonies of #5F653A
Complementary color
Monochromatic Colors of #5F653A
Black with #5F653A
Text Example
Text Example
White with #5F653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F653A; }
p { color: rgb(95,101,58); }
H1.HeaderClassName
{
color: #5F653A;
}
.AnyTagClassName
{
color: #5F653A;
}
</style>
background-color css
<style>
a { background-color: #5F653A; }
a { background-color: rgb(95,101,58); }
div.DivClassName
{
background-color: #5F653A;
}
.BgClassName
{
background-color: #5F653A;
}
</style>
border-color css
<style>
span { border-color: #5F653A; }
span { border-color: rgb(95,101,58); }
td.TdClassName
{
border-color: #5F653A;
}
.TagClassName
{
border-color: #5F653A;
}
</style>