Shades of Panda #565140
Tints of Panda #565140
RGB
CMYK
RGB Variations
Color information
#565140 (or 0x565140) is known color: Panda. HEX triplet: 56, 51 and 40. RGB value is (86,81,64). Sum of RGB (Red+Green+Blue) = 86+81+64=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 86 - color contains mainly: red. Hex color #565140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565140 is #A9AEBF. Grayscale: #505050. Windows color (decimal): -11120320 or 4215126. OLE color: 4215126.
HSL color Cylindrical-coordinate representation of color #565140: hue angle of 46.36º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565140 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 64 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.66 |
| HSL | 46.36º | 0.15% | 0.29% | - |
| HSV(B) | 46.36º | 0.26% | 0.34% | - |
| XYZ | 7.71 | 8.23 | 6.03 | - |
| YUV | 80.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 64 | 0 | 0.06 | 0.26 | 0.66 | 46.36 | 0.15 | 0.29 |
| Hex | 56 | 51 | 40 | 0 | 6 | 1A | 42 | 2E | F | 1D |
| Octal | 126 | 121 | 100 | 0 | 6 | 32 | 102 | 56 | 17 | 35 |
| Binary | 1010110 | 1010001 | 1000000 | 0 | 110 | 11010 | 1000010 | 101110 | 1111 | 11101 |
Color Harmonies of #565140
Complementary color
Monochromatic Colors of #565140
Black with #565140
Text Example
Text Example
White with #565140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565140; }
p { color: rgb(86,81,64); }
H1.HeaderClassName
{
color: #565140;
}
.AnyTagClassName
{
color: #565140;
}
</style>
background-color css
<style>
a { background-color: #565140; }
a { background-color: rgb(86,81,64); }
div.DivClassName
{
background-color: #565140;
}
.BgClassName
{
background-color: #565140;
}
</style>
border-color css
<style>
span { border-color: #565140; }
span { border-color: rgb(86,81,64); }
td.TdClassName
{
border-color: #565140;
}
.TagClassName
{
border-color: #565140;
}
</style>