#564148

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

Shades of Tawny Port #564148

Tints of Tawny Port #564148

Color information

#564148 (or 0x564148) is unknown color: approx Tawny Port. HEX triplet: 56, 41 and 48. RGB value is (86,65,72). Sum of RGB (Red+Green+Blue) = 86+65+72=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 86 - color contains mainly: red. Hex color #564148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564148 is #A9BEB7. Grayscale: #484848. Windows color (decimal): -11124408 or 4735318. OLE color: 4735318.

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

Color convert

RGB866572-
CMYK00.240.160.66
HSL340º13.91%29.61%-
HSV(B)340º24.42%33.73%-
XYZ6.96.236.97-
YUV72.08127.96137.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=38.57%
G=29.15%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86657200.240.160.6634013.9129.61
Hex5641480181042154e1e
Octal126101110030201025241636
Binary101011010000011001000011000100001000010101010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564148; }

 p { color: rgb(86,65,72); }

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

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

 a { background-color: rgb(86,65,72); }

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

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

 span { border-color: rgb(86,65,72); }

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