Shades of Jon #563C3E
Tints of Jon #563C3E
RGB
CMYK
RGB Variations
Color information
#563C3E (or 0x563C3E) is known color: Jon. HEX triplet: 56, 3C and 3E. RGB value is (86,60,62). Sum of RGB (Red+Green+Blue) = 86+60+62=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #563C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C3E is #A9C3C1. Grayscale: #444444. Windows color (decimal): -11125698 or 4078678. OLE color: 4078678.
HSL color Cylindrical-coordinate representation of color #563C3E: hue angle of 355.38º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C3E is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 62 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.66 |
| HSL | 355.38º | 0.18% | 0.29% | - |
| HSV(B) | 355.38º | 0.3% | 0.34% | - |
| XYZ | 6.32 | 5.56 | 5.3 | - |
| YUV | 68 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 62 | 0 | 0.30 | 0.28 | 0.66 | 355.38 | 0.18 | 0.29 |
| Hex | 56 | 3C | 3E | 0 | 1E | 1C | 42 | 163 | 12 | 1D |
| Octal | 126 | 74 | 76 | 0 | 36 | 34 | 102 | 543 | 22 | 35 |
| Binary | 1010110 | 111100 | 111110 | 0 | 11110 | 11100 | 1000010 | 101100011 | 10010 | 11101 |
Color Harmonies of #563C3E
Complementary color
Monochromatic Colors of #563C3E
Black with #563C3E
Text Example
Text Example
White with #563C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C3E; }
p { color: rgb(86,60,62); }
H1.HeaderClassName
{
color: #563C3E;
}
.AnyTagClassName
{
color: #563C3E;
}
</style>
background-color css
<style>
a { background-color: #563C3E; }
a { background-color: rgb(86,60,62); }
div.DivClassName
{
background-color: #563C3E;
}
.BgClassName
{
background-color: #563C3E;
}
</style>
border-color css
<style>
span { border-color: #563C3E; }
span { border-color: rgb(86,60,62); }
td.TdClassName
{
border-color: #563C3E;
}
.TagClassName
{
border-color: #563C3E;
}
</style>