#564E4C

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

Shades of Tundora #564E4C

Tints of Tundora #564E4C

Color information

#564E4C (or 0x564E4C) is unknown color: approx Tundora. HEX triplet: 56, 4E and 4C. RGB value is (86,78,76). Sum of RGB (Red+Green+Blue) = 86+78+76=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #564E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E4C is #A9B1B3. Grayscale: #505050. Windows color (decimal): -11121076 or 5000790. OLE color: 5000790.

HSL color Cylindrical-coordinate representation of color #564E4C: hue angle of 12º 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 #564E4C is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB867876-
CMYK00.090.120.66
HSL12º6.17%31.76%-
HSV(B)12º11.63%33.73%-
XYZ7.877.957.96-
YUV80.16125.65132.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86787600.090.120.66126.1731.76
Hex564E4C09C42c620
Octal1261161140111410214640
Binary10101101001110100110001001110010000101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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