#564249

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

Shades of Tawny Port #564249

Tints of Tawny Port #564249

Color information

#564249 (or 0x564249) is unknown color: approx Tawny Port. HEX triplet: 56, 42 and 49. RGB value is (86,66,73). Sum of RGB (Red+Green+Blue) = 86+66+73=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564249 is #A9BDB6. Grayscale: #484848. Windows color (decimal): -11124151 or 4801110. OLE color: 4801110.

HSL color Cylindrical-coordinate representation of color #564249: hue angle of 339º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #564249 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB866673-
CMYK00.230.150.66
HSL339º13.16%29.8%-
HSV(B)339º23.26%33.73%-
XYZ6.996.367.16-
YUV72.78128.13137.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=38.22%
G=29.33%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86667300.230.150.6633913.1629.8
Hex564249017F42153d1e
Octal126102111027171025231536
Binary10101101000010100100101011111111000010101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564249; }

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

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

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

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

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

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

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

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