Shades of Tawny Port #563C46
Tints of Tawny Port #563C46
RGB
CMYK
RGB Variations
Color information
#563C46 (or 0x563C46) is known color: Tawny Port. HEX triplet: 56, 3C and 46. RGB value is (86,60,70). Sum of RGB (Red+Green+Blue) = 86+60+70=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #563C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C46 is #A9C3B9. Grayscale: #444444. Windows color (decimal): -11125690 or 4602966. OLE color: 4602966.
HSL color Cylindrical-coordinate representation of color #563C46: hue angle of 336.92º 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 #563C46 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 70 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.66 |
| HSL | 336.92º | 0.18% | 0.29% | - |
| HSV(B) | 336.92º | 0.3% | 0.34% | - |
| XYZ | 6.56 | 5.65 | 6.54 | - |
| YUV | 68.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 70 | 0 | 0.30 | 0.19 | 0.66 | 336.92 | 0.18 | 0.29 |
| Hex | 56 | 3C | 46 | 0 | 1E | 13 | 42 | 151 | 12 | 1D |
| Octal | 126 | 74 | 106 | 0 | 36 | 23 | 102 | 521 | 22 | 35 |
| Binary | 1010110 | 111100 | 1000110 | 0 | 11110 | 10011 | 1000010 | 101010001 | 10010 | 11101 |
Color Harmonies of #563C46
Complementary color
Monochromatic Colors of #563C46
Black with #563C46
Text Example
Text Example
White with #563C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C46; }
p { color: rgb(86,60,70); }
H1.HeaderClassName
{
color: #563C46;
}
.AnyTagClassName
{
color: #563C46;
}
</style>
background-color css
<style>
a { background-color: #563C46; }
a { background-color: rgb(86,60,70); }
div.DivClassName
{
background-color: #563C46;
}
.BgClassName
{
background-color: #563C46;
}
</style>
border-color css
<style>
span { border-color: #563C46; }
span { border-color: rgb(86,60,70); }
td.TdClassName
{
border-color: #563C46;
}
.TagClassName
{
border-color: #563C46;
}
</style>