Shades of Feldgrau #56645C
Tints of Feldgrau #56645C
RGB
CMYK
RGB Variations
Color information
#56645C (or 0x56645C) is known color: Feldgrau. HEX triplet: 56, 64 and 5C. RGB value is (86,100,92). Sum of RGB (Red+Green+Blue) = 86+100+92=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 100 - color contains mainly: green. Hex color #56645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56645C is #A99BA3. Grayscale: #5E5E5E. Windows color (decimal): -11115428 or 6054998. OLE color: 6054998.
HSL color Cylindrical-coordinate representation of color #56645C: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #56645C is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 100 | 92 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.61 |
| HSL | 145.71º | 0.08% | 0.36% | - |
| HSV(B) | 145.71º | 0.14% | 0.39% | - |
| XYZ | 10.33 | 11.87 | 11.87 | - |
| YUV | 94.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 100 | 92 | 0.14 | 0 | 0.08 | 0.61 | 145.71 | 0.08 | 0.36 |
| Hex | 56 | 64 | 5C | E | 0 | 8 | 3D | 92 | 8 | 24 |
| Octal | 126 | 144 | 134 | 16 | 0 | 10 | 75 | 222 | 10 | 44 |
| Binary | 1010110 | 1100100 | 1011100 | 1110 | 0 | 1000 | 111101 | 10010010 | 1000 | 100100 |
Color Harmonies of #56645C
Complementary color
Monochromatic Colors of #56645C
Black with #56645C
Text Example
Text Example
White with #56645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56645C; }
p { color: rgb(86,100,92); }
H1.HeaderClassName
{
color: #56645C;
}
.AnyTagClassName
{
color: #56645C;
}
</style>
background-color css
<style>
a { background-color: #56645C; }
a { background-color: rgb(86,100,92); }
div.DivClassName
{
background-color: #56645C;
}
.BgClassName
{
background-color: #56645C;
}
</style>
border-color css
<style>
span { border-color: #56645C; }
span { border-color: rgb(86,100,92); }
td.TdClassName
{
border-color: #56645C;
}
.TagClassName
{
border-color: #56645C;
}
</style>