#563C42

Color #563C42 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #563C42

Tints of Tawny Port #563C42

Color information

#563C42 (or 0x563C42) is unknown color: approx Tawny Port. HEX triplet: 56, 3C and 42. RGB value is (86,60,66). Sum of RGB (Red+Green+Blue) = 86+60+66=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #563C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C42 is #A9C3BD. Grayscale: #444444. Windows color (decimal): -11125694 or 4340822. OLE color: 4340822.

HSL color Cylindrical-coordinate representation of color #563C42: hue angle of 346.15º 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 #563C42 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB866066-
CMYK00.300.230.66
HSL346.15º17.81%28.63%-
HSV(B)346.15º30.23%33.73%-
XYZ6.445.65.9-
YUV68.46126.61140.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=40.57%
G=28.30%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86606600.300.230.66346.1517.8128.63
Hex563C4201E174215a121d
Octal12674102036271025322235
Binary101011011110010000100111101011110000101010110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563C42; }

 p { color: rgb(86,60,66); }

 H1.HeaderClassName
 {
   color: #563C42;
 }
 .AnyTagClassName
 {
   color: #563C42;
 }
</style>
background-color css

<style>
 a { background-color: #563C42; }

 a { background-color: rgb(86,60,66); }

 div.DivClassName
 {
   background-color: #563C42;
 }
 .BgClassName
 {
   background-color: #563C42;
 }
</style>
border-color css

<style>
 span { border-color: #563C42; }

 span { border-color: rgb(86,60,66); }

 td.TdClassName
 {
   border-color: #563C42;
 }
 .TagClassName
 {
   border-color: #563C42;
 }
</style>