Shades of Woodland #5C653D
Tints of Woodland #5C653D
RGB
CMYK
RGB Variations
Color information
#5C653D (or 0x5C653D) is known color: Woodland. HEX triplet: 5C, 65 and 3D. RGB value is (92,101,61). Sum of RGB (Red+Green+Blue) = 92+101+61=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #5C653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C653D is #A39AC2. Grayscale: #5D5D5D. Windows color (decimal): -10721987 or 4023644. OLE color: 4023644.
HSL color Cylindrical-coordinate representation of color #5C653D: hue angle of 73.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C653D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 61 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.60 |
| HSL | 73.5º | 0.25% | 0.32% | - |
| HSV(B) | 73.5º | 0.4% | 0.4% | - |
| XYZ | 9.91 | 11.92 | 6.19 | - |
| YUV | 93.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 61 | 0.09 | 0 | 0.40 | 0.60 | 73.5 | 0.25 | 0.32 |
| Hex | 5C | 65 | 3D | 9 | 0 | 28 | 3C | 4A | 19 | 20 |
| Octal | 134 | 145 | 75 | 11 | 0 | 50 | 74 | 112 | 31 | 40 |
| Binary | 1011100 | 1100101 | 111101 | 1001 | 0 | 101000 | 111100 | 1001010 | 11001 | 100000 |
Color Harmonies of #5C653D
Complementary color
Monochromatic Colors of #5C653D
Black with #5C653D
Text Example
Text Example
White with #5C653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C653D; }
p { color: rgb(92,101,61); }
H1.HeaderClassName
{
color: #5C653D;
}
.AnyTagClassName
{
color: #5C653D;
}
</style>
background-color css
<style>
a { background-color: #5C653D; }
a { background-color: rgb(92,101,61); }
div.DivClassName
{
background-color: #5C653D;
}
.BgClassName
{
background-color: #5C653D;
}
</style>
border-color css
<style>
span { border-color: #5C653D; }
span { border-color: rgb(92,101,61); }
td.TdClassName
{
border-color: #5C653D;
}
.TagClassName
{
border-color: #5C653D;
}
</style>