Shades of Jon #563D3F
Tints of Jon #563D3F
RGB
CMYK
RGB Variations
Color information
#563D3F (or 0x563D3F) is known color: Jon. HEX triplet: 56, 3D and 3F. RGB value is (86,61,63). Sum of RGB (Red+Green+Blue) = 86+61+63=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #563D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D3F is #A9C2C0. Grayscale: #444444. Windows color (decimal): -11125441 or 4144470. OLE color: 4144470.
HSL color Cylindrical-coordinate representation of color #563D3F: hue angle of 355.2º 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 #563D3F is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 61 | 63 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.66 |
| HSL | 355.2º | 0.17% | 0.29% | - |
| HSV(B) | 355.2º | 0.29% | 0.34% | - |
| XYZ | 6.4 | 5.67 | 5.46 | - |
| YUV | 68.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 63 | 0 | 0.29 | 0.27 | 0.66 | 355.2 | 0.17 | 0.29 |
| Hex | 56 | 3D | 3F | 0 | 1D | 1B | 42 | 163 | 11 | 1D |
| Octal | 126 | 75 | 77 | 0 | 35 | 33 | 102 | 543 | 21 | 35 |
| Binary | 1010110 | 111101 | 111111 | 0 | 11101 | 11011 | 1000010 | 101100011 | 10001 | 11101 |
Color Harmonies of #563D3F
Complementary color
Monochromatic Colors of #563D3F
Black with #563D3F
Text Example
Text Example
White with #563D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563D3F; }
p { color: rgb(86,61,63); }
H1.HeaderClassName
{
color: #563D3F;
}
.AnyTagClassName
{
color: #563D3F;
}
</style>
background-color css
<style>
a { background-color: #563D3F; }
a { background-color: rgb(86,61,63); }
div.DivClassName
{
background-color: #563D3F;
}
.BgClassName
{
background-color: #563D3F;
}
</style>
border-color css
<style>
span { border-color: #563D3F; }
span { border-color: rgb(86,61,63); }
td.TdClassName
{
border-color: #563D3F;
}
.TagClassName
{
border-color: #563D3F;
}
</style>