Shades of Jon #563E40
Tints of Jon #563E40
RGB
CMYK
RGB Variations
Color information
#563E40 (or 0x563E40) is known color: Jon. HEX triplet: 56, 3E and 40. RGB value is (86,62,64). Sum of RGB (Red+Green+Blue) = 86+62+64=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #563E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E40 is #A9C1BF. Grayscale: #454545. Windows color (decimal): -11125184 or 4210262. OLE color: 4210262.
HSL color Cylindrical-coordinate representation of color #563E40: hue angle of 355º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #563E40 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 62 | 64 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.66 |
| HSL | 355º | 0.16% | 0.29% | - |
| HSV(B) | 355º | 0.28% | 0.34% | - |
| XYZ | 6.49 | 5.79 | 5.63 | - |
| YUV | 69.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 64 | 0 | 0.28 | 0.26 | 0.66 | 355 | 0.16 | 0.29 |
| Hex | 56 | 3E | 40 | 0 | 1C | 1A | 42 | 163 | 10 | 1D |
| Octal | 126 | 76 | 100 | 0 | 34 | 32 | 102 | 543 | 20 | 35 |
| Binary | 1010110 | 111110 | 1000000 | 0 | 11100 | 11010 | 1000010 | 101100011 | 10000 | 11101 |
Color Harmonies of #563E40
Complementary color
Monochromatic Colors of #563E40
Black with #563E40
Text Example
Text Example
White with #563E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563E40; }
p { color: rgb(86,62,64); }
H1.HeaderClassName
{
color: #563E40;
}
.AnyTagClassName
{
color: #563E40;
}
</style>
background-color css
<style>
a { background-color: #563E40; }
a { background-color: rgb(86,62,64); }
div.DivClassName
{
background-color: #563E40;
}
.BgClassName
{
background-color: #563E40;
}
</style>
border-color css
<style>
span { border-color: #563E40; }
span { border-color: rgb(86,62,64); }
td.TdClassName
{
border-color: #563E40;
}
.TagClassName
{
border-color: #563E40;
}
</style>