Shades of Woodland #5F673B
Tints of Woodland #5F673B
RGB
CMYK
RGB Variations
Color information
#5F673B (or 0x5F673B) is known color: Woodland. HEX triplet: 5F, 67 and 3B. RGB value is (95,103,59). Sum of RGB (Red+Green+Blue) = 95+103+59=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #5F673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F673B is #A098C4. Grayscale: #5F5F5F. Windows color (decimal): -10524869 or 3893087. OLE color: 3893087.
HSL color Cylindrical-coordinate representation of color #5F673B: hue angle of 70.91º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F673B is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 103 | 59 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.60 |
| HSL | 70.91º | 0.27% | 0.32% | - |
| HSV(B) | 70.91º | 0.43% | 0.4% | - |
| XYZ | 10.36 | 12.45 | 5.99 | - |
| YUV | 95.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 59 | 0.08 | 0 | 0.43 | 0.60 | 70.91 | 0.27 | 0.32 |
| Hex | 5F | 67 | 3B | 8 | 0 | 2B | 3C | 47 | 1B | 20 |
| Octal | 137 | 147 | 73 | 10 | 0 | 53 | 74 | 107 | 33 | 40 |
| Binary | 1011111 | 1100111 | 111011 | 1000 | 0 | 101011 | 111100 | 1000111 | 11011 | 100000 |
Color Harmonies of #5F673B
Complementary color
Monochromatic Colors of #5F673B
Black with #5F673B
Text Example
Text Example
White with #5F673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F673B; }
p { color: rgb(95,103,59); }
H1.HeaderClassName
{
color: #5F673B;
}
.AnyTagClassName
{
color: #5F673B;
}
</style>
background-color css
<style>
a { background-color: #5F673B; }
a { background-color: rgb(95,103,59); }
div.DivClassName
{
background-color: #5F673B;
}
.BgClassName
{
background-color: #5F673B;
}
</style>
border-color css
<style>
span { border-color: #5F673B; }
span { border-color: rgb(95,103,59); }
td.TdClassName
{
border-color: #5F673B;
}
.TagClassName
{
border-color: #5F673B;
}
</style>