Shades of Woodland #5F633B
Tints of Woodland #5F633B
RGB
CMYK
RGB Variations
Color information
#5F633B (or 0x5F633B) is known color: Woodland. HEX triplet: 5F, 63 and 3B. RGB value is (95,99,59). Sum of RGB (Red+Green+Blue) = 95+99+59=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #5F633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F633B is #A09CC4. Grayscale: #5D5D5D. Windows color (decimal): -10525893 or 3892063. OLE color: 3892063.
HSL color Cylindrical-coordinate representation of color #5F633B: hue angle of 66º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F633B is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 99 | 59 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.61 |
| HSL | 66º | 0.25% | 0.31% | - |
| HSV(B) | 66º | 0.4% | 0.39% | - |
| XYZ | 9.97 | 11.67 | 5.87 | - |
| YUV | 93.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 59 | 0.04 | 0 | 0.40 | 0.61 | 66 | 0.25 | 0.31 |
| Hex | 5F | 63 | 3B | 4 | 0 | 28 | 3D | 42 | 19 | 1F |
| Octal | 137 | 143 | 73 | 4 | 0 | 50 | 75 | 102 | 31 | 37 |
| Binary | 1011111 | 1100011 | 111011 | 100 | 0 | 101000 | 111101 | 1000010 | 11001 | 11111 |
Color Harmonies of #5F633B
Complementary color
Monochromatic Colors of #5F633B
Black with #5F633B
Text Example
Text Example
White with #5F633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F633B; }
p { color: rgb(95,99,59); }
H1.HeaderClassName
{
color: #5F633B;
}
.AnyTagClassName
{
color: #5F633B;
}
</style>
background-color css
<style>
a { background-color: #5F633B; }
a { background-color: rgb(95,99,59); }
div.DivClassName
{
background-color: #5F633B;
}
.BgClassName
{
background-color: #5F633B;
}
</style>
border-color css
<style>
span { border-color: #5F633B; }
span { border-color: rgb(95,99,59); }
td.TdClassName
{
border-color: #5F633B;
}
.TagClassName
{
border-color: #5F633B;
}
</style>