Shades of Woodland #5C603F
Tints of Woodland #5C603F
RGB
CMYK
RGB Variations
Color information
#5C603F (or 0x5C603F) is known color: Woodland. HEX triplet: 5C, 60 and 3F. RGB value is (92,96,63). Sum of RGB (Red+Green+Blue) = 92+96+63=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #5C603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C603F is #A39FC0. Grayscale: #5B5B5B. Windows color (decimal): -10723265 or 4153436. OLE color: 4153436.
HSL color Cylindrical-coordinate representation of color #5C603F: hue angle of 67.27º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C603F is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 63 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.62 |
| HSL | 67.27º | 0.21% | 0.31% | - |
| HSV(B) | 67.27º | 0.34% | 0.38% | - |
| XYZ | 9.49 | 11 | 6.33 | - |
| YUV | 91.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 63 | 0.04 | 0 | 0.34 | 0.62 | 67.27 | 0.21 | 0.31 |
| Hex | 5C | 60 | 3F | 4 | 0 | 22 | 3E | 43 | 15 | 1F |
| Octal | 134 | 140 | 77 | 4 | 0 | 42 | 76 | 103 | 25 | 37 |
| Binary | 1011100 | 1100000 | 111111 | 100 | 0 | 100010 | 111110 | 1000011 | 10101 | 11111 |
Color Harmonies of #5C603F
Complementary color
Monochromatic Colors of #5C603F
Black with #5C603F
Text Example
Text Example
White with #5C603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C603F; }
p { color: rgb(92,96,63); }
H1.HeaderClassName
{
color: #5C603F;
}
.AnyTagClassName
{
color: #5C603F;
}
</style>
background-color css
<style>
a { background-color: #5C603F; }
a { background-color: rgb(92,96,63); }
div.DivClassName
{
background-color: #5C603F;
}
.BgClassName
{
background-color: #5C603F;
}
</style>
border-color css
<style>
span { border-color: #5C603F; }
span { border-color: rgb(92,96,63); }
td.TdClassName
{
border-color: #5C603F;
}
.TagClassName
{
border-color: #5C603F;
}
</style>