Shades of Woodland #5C663C
Tints of Woodland #5C663C
RGB
CMYK
RGB Variations
Color information
#5C663C (or 0x5C663C) is known color: Woodland. HEX triplet: 5C, 66 and 3C. RGB value is (92,102,60). Sum of RGB (Red+Green+Blue) = 92+102+60=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #5C663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C663C is #A399C3. Grayscale: #5E5E5E. Windows color (decimal): -10721732 or 3958364. OLE color: 3958364.
HSL color Cylindrical-coordinate representation of color #5C663C: hue angle of 74.29º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C663C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 102 | 60 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.6 |
| HSL | 74.29º | 0.26% | 0.32% | - |
| HSV(B) | 74.29º | 0.41% | 0.4% | - |
| XYZ | 9.98 | 12.1 | 6.09 | - |
| YUV | 94.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 60 | 0.10 | 0 | 0.41 | 0.6 | 74.29 | 0.26 | 0.32 |
| Hex | 5C | 66 | 3C | A | 0 | 29 | 3C | 4A | 1A | 20 |
| Octal | 134 | 146 | 74 | 12 | 0 | 51 | 74 | 112 | 32 | 40 |
| Binary | 1011100 | 1100110 | 111100 | 1010 | 0 | 101001 | 111100 | 1001010 | 11010 | 100000 |
Color Harmonies of #5C663C
Complementary color
Monochromatic Colors of #5C663C
Black with #5C663C
Text Example
Text Example
White with #5C663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C663C; }
p { color: rgb(92,102,60); }
H1.HeaderClassName
{
color: #5C663C;
}
.AnyTagClassName
{
color: #5C663C;
}
</style>
background-color css
<style>
a { background-color: #5C663C; }
a { background-color: rgb(92,102,60); }
div.DivClassName
{
background-color: #5C663C;
}
.BgClassName
{
background-color: #5C663C;
}
</style>
border-color css
<style>
span { border-color: #5C663C; }
span { border-color: rgb(92,102,60); }
td.TdClassName
{
border-color: #5C663C;
}
.TagClassName
{
border-color: #5C663C;
}
</style>