Shades of Woodland #5C633C
Tints of Woodland #5C633C
RGB
CMYK
RGB Variations
Color information
#5C633C (or 0x5C633C) is known color: Woodland. HEX triplet: 5C, 63 and 3C. RGB value is (92,99,60). Sum of RGB (Red+Green+Blue) = 92+99+60=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #5C633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C633C is #A39CC3. Grayscale: #5C5C5C. Windows color (decimal): -10722500 or 3957596. OLE color: 3957596.
HSL color Cylindrical-coordinate representation of color #5C633C: hue angle of 70.77º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C633C is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 60 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.61 |
| HSL | 70.77º | 0.25% | 0.31% | - |
| HSV(B) | 70.77º | 0.39% | 0.39% | - |
| XYZ | 9.69 | 11.53 | 5.99 | - |
| YUV | 92.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 60 | 0.07 | 0 | 0.39 | 0.61 | 70.77 | 0.25 | 0.31 |
| Hex | 5C | 63 | 3C | 7 | 0 | 27 | 3D | 47 | 19 | 1F |
| Octal | 134 | 143 | 74 | 7 | 0 | 47 | 75 | 107 | 31 | 37 |
| Binary | 1011100 | 1100011 | 111100 | 111 | 0 | 100111 | 111101 | 1000111 | 11001 | 11111 |
Color Harmonies of #5C633C
Complementary color
Monochromatic Colors of #5C633C
Black with #5C633C
Text Example
Text Example
White with #5C633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C633C; }
p { color: rgb(92,99,60); }
H1.HeaderClassName
{
color: #5C633C;
}
.AnyTagClassName
{
color: #5C633C;
}
</style>
background-color css
<style>
a { background-color: #5C633C; }
a { background-color: rgb(92,99,60); }
div.DivClassName
{
background-color: #5C633C;
}
.BgClassName
{
background-color: #5C633C;
}
</style>
border-color css
<style>
span { border-color: #5C633C; }
span { border-color: rgb(92,99,60); }
td.TdClassName
{
border-color: #5C633C;
}
.TagClassName
{
border-color: #5C633C;
}
</style>