#564A48

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

Shades of Matterhorn #564A48

Tints of Matterhorn #564A48

Color information

#564A48 (or 0x564A48) is unknown color: approx Matterhorn. HEX triplet: 56, 4A and 48. RGB value is (86,74,72). Sum of RGB (Red+Green+Blue) = 86+74+72=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #564A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A48 is #A9B5B7. Grayscale: #4D4D4D. Windows color (decimal): -11122104 or 4737622. OLE color: 4737622.

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

Color convert

RGB867472-
CMYK00.140.160.66
HSL8.57º8.86%30.98%-
HSV(B)8.57º16.28%33.73%-
XYZ7.467.347.16-
YUV77.36124.98134.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=37.07%
G=31.90%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86747200.140.160.668.578.8630.98
Hex564A480E1042991f
Octal12611211001620102111137
Binary101011010010101001000011101000010000101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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