Shades of Woodland #5C633D
Tints of Woodland #5C633D
RGB
CMYK
RGB Variations
Color information
#5C633D (or 0x5C633D) is known color: Woodland. HEX triplet: 5C, 63 and 3D. RGB value is (92,99,61). Sum of RGB (Red+Green+Blue) = 92+99+61=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #5C633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C633D is #A39CC2. Grayscale: #5C5C5C. Windows color (decimal): -10722499 or 4023132. OLE color: 4023132.
HSL color Cylindrical-coordinate representation of color #5C633D: hue angle of 71.05º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C633D is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 61 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.61 |
| HSL | 71.05º | 0.24% | 0.31% | - |
| HSV(B) | 71.05º | 0.38% | 0.39% | - |
| XYZ | 9.72 | 11.54 | 6.13 | - |
| YUV | 92.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 61 | 0.07 | 0 | 0.38 | 0.61 | 71.05 | 0.24 | 0.31 |
| Hex | 5C | 63 | 3D | 7 | 0 | 26 | 3D | 47 | 18 | 1F |
| Octal | 134 | 143 | 75 | 7 | 0 | 46 | 75 | 107 | 30 | 37 |
| Binary | 1011100 | 1100011 | 111101 | 111 | 0 | 100110 | 111101 | 1000111 | 11000 | 11111 |
Color Harmonies of #5C633D
Complementary color
Monochromatic Colors of #5C633D
Black with #5C633D
Text Example
Text Example
White with #5C633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C633D; }
p { color: rgb(92,99,61); }
H1.HeaderClassName
{
color: #5C633D;
}
.AnyTagClassName
{
color: #5C633D;
}
</style>
background-color css
<style>
a { background-color: #5C633D; }
a { background-color: rgb(92,99,61); }
div.DivClassName
{
background-color: #5C633D;
}
.BgClassName
{
background-color: #5C633D;
}
</style>
border-color css
<style>
span { border-color: #5C633D; }
span { border-color: rgb(92,99,61); }
td.TdClassName
{
border-color: #5C633D;
}
.TagClassName
{
border-color: #5C633D;
}
</style>