Html Css Color HEX #564A49 Matterhorn

📋 copy color: '#564A49'

red 86 ◦ green 74 ◦ blue 73

#564A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matterhorn #564A49

Tints of Matterhorn #564A49

RGB

 RED value IS 86 (33.98% from 255) = 36.91%

 GREEN value IS 74 (29.3% from 255) = 31.76%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 36.91%
G = 31.76%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#564A49 (or 0x564A49) is known color: Matterhorn. HEX triplet: 56, 4A and 49. RGB value is (86,74,73). Sum of RGB (Red+Green+Blue) = 86+74+73=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #564A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A49 is #A9B5B6. Grayscale: #4D4D4D. Windows color (decimal): -11122103 or 4803158. OLE color: 4803158.

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

Color convert

RGB 86 74 73 -
CMYK 0 0.14 0.15 0.66
HSL 4.62º 0.08% 0.31% -
HSV(B) 4.62º 0.15% 0.34% -
XYZ 7.49 7.36 7.33 -
YUV 77.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 86 74 73 0 0.14 0.15 0.66 4.62 0.08 0.31
Hex 56 4A 49 0 E F 42 5 8 1F
Octal 126 112 111 0 16 17 102 5 10 37
Binary 1010110 1001010 1001001 0 1110 1111 1000010 101 1000 11111

Color Harmonies of #564A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A49

Black with #564A49

Text Example


Text Example

White with #564A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #564A49;
 }
 .AnyTagClassName
 {
   color: #564A49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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