Html Css Color HEX #564C4C Matterhorn

📋 copy color: '#564C4C'

red 86 ◦ green 76 ◦ blue 76

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

Shades of Matterhorn #564C4C

Tints of Matterhorn #564C4C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.93%

 BLUE value IS 76 (30.08% from 255) = 31.93%

R = 36.13%
G = 31.93%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#564C4C (or 0x564C4C) is known color: Matterhorn. HEX triplet: 56, 4C and 4C. RGB value is (86,76,76). Sum of RGB (Red+Green+Blue) = 86+76+76=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 86 - color contains mainly: red. Hex color #564C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C4C is #A9B3B3. Grayscale: #4F4F4F. Windows color (decimal): -11121588 or 5000278. OLE color: 5000278.

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

Color convert

RGB 86 76 76 -
CMYK 0 0.12 0.12 0.66
HSL 0.06% 0.32% -
HSV(B) 0.12% 0.34% -
XYZ 7.73 7.67 7.91 -
YUV 78.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 86 76 76 0 0.12 0.12 0.66 0 0.06 0.32
Hex 56 4C 4C 0 C C 42 0 6 20
Octal 126 114 114 0 14 14 102 0 6 40
Binary 1010110 1001100 1001100 0 1100 1100 1000010 0 110 100000

Color Harmonies of #564C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C4C

Black with #564C4C

Text Example


Text Example

White with #564C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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