Html Css Color HEX #564B4A Matterhorn

📋 copy color: '#564B4A'

red 86 ◦ green 75 ◦ blue 74

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

Shades of Matterhorn #564B4A

Tints of Matterhorn #564B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.91%

 BLUE value IS 74 (29.3% from 255) = 31.49%

R = 36.6%
G = 31.91%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#564B4A (or 0x564B4A) is known color: Matterhorn. HEX triplet: 56, 4B and 4A. RGB value is (86,75,74). Sum of RGB (Red+Green+Blue) = 86+75+74=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #564B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B4A is #A9B4B5. Grayscale: #4E4E4E. Windows color (decimal): -11121846 or 4868950. OLE color: 4868950.

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

Color convert

RGB 86 75 74 -
CMYK 0 0.13 0.14 0.66
HSL 0.08% 0.31% -
HSV(B) 0.14% 0.34% -
XYZ 7.59 7.51 7.53 -
YUV 78.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 86 75 74 0 0.13 0.14 0.66 5 0.08 0.31
Hex 56 4B 4A 0 D E 42 5 8 1F
Octal 126 113 112 0 15 16 102 5 10 37
Binary 1010110 1001011 1001010 0 1101 1110 1000010 101 1000 11111

Color Harmonies of #564B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B4A

Black with #564B4A

Text Example


Text Example

White with #564B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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