Shades of Jon #563D40
Tints of Jon #563D40
RGB
CMYK
RGB Variations
Color information
#563D40 (or 0x563D40) is known color: Jon. HEX triplet: 56, 3D and 40. RGB value is (86,61,64). Sum of RGB (Red+Green+Blue) = 86+61+64=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #563D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D40 is #A9C2BF. Grayscale: #444444. Windows color (decimal): -11125440 or 4210006. OLE color: 4210006.
HSL color Cylindrical-coordinate representation of color #563D40: hue angle of 352.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #563D40 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 61 | 64 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.66 |
| HSL | 352.8º | 0.17% | 0.29% | - |
| HSV(B) | 352.8º | 0.29% | 0.34% | - |
| XYZ | 6.43 | 5.69 | 5.61 | - |
| YUV | 68.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 64 | 0 | 0.29 | 0.26 | 0.66 | 352.8 | 0.17 | 0.29 |
| Hex | 56 | 3D | 40 | 0 | 1D | 1A | 42 | 161 | 11 | 1D |
| Octal | 126 | 75 | 100 | 0 | 35 | 32 | 102 | 541 | 21 | 35 |
| Binary | 1010110 | 111101 | 1000000 | 0 | 11101 | 11010 | 1000010 | 101100001 | 10001 | 11101 |
Color Harmonies of #563D40
Complementary color
Monochromatic Colors of #563D40
Black with #563D40
Text Example
Text Example
White with #563D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563D40; }
p { color: rgb(86,61,64); }
H1.HeaderClassName
{
color: #563D40;
}
.AnyTagClassName
{
color: #563D40;
}
</style>
background-color css
<style>
a { background-color: #563D40; }
a { background-color: rgb(86,61,64); }
div.DivClassName
{
background-color: #563D40;
}
.BgClassName
{
background-color: #563D40;
}
</style>
border-color css
<style>
span { border-color: #563D40; }
span { border-color: rgb(86,61,64); }
td.TdClassName
{
border-color: #563D40;
}
.TagClassName
{
border-color: #563D40;
}
</style>