#564C4E

Color #564C4E Mortar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mortar #564C4E

Tints of Mortar #564C4E

Color information

#564C4E (or 0x564C4E) is unknown color: approx Mortar. HEX triplet: 56, 4C and 4E. RGB value is (86,76,78). Sum of RGB (Red+Green+Blue) = 86+76+78=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #564C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C4E is #A9B3B1. Grayscale: #4F4F4F. Windows color (decimal): -11121586 or 5131350. OLE color: 5131350.

HSL color Cylindrical-coordinate representation of color #564C4E: hue angle of 348º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #564C4E is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB867678-
CMYK00.120.090.66
HSL348º6.17%31.76%-
HSV(B)348º11.63%33.73%-
XYZ7.87.78.28-
YUV79.22127.31132.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=35.83%
G=31.67%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86767800.120.090.663486.1731.76
Hex564C4E0C94215c620
Octal12611411601411102534640
Binary1010110100110010011100110010011000010101011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564C4E; }

 p { color: rgb(86,76,78); }

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

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

 a { background-color: rgb(86,76,78); }

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

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

 span { border-color: rgb(86,76,78); }

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