Html Css Color HEX #6C564D Quincy

📋 copy color: '#6C564D'

red 108 ◦ green 86 ◦ blue 77

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

Shades of Quincy #6C564D

Tints of Quincy #6C564D

RGB

 RED value IS 108 (42.58% from 255) = 39.85%

 GREEN value IS 86 (33.98% from 255) = 31.73%

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 39.85%
G = 31.73%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6C564D (or 0x6C564D) is known color: Quincy. HEX triplet: 6C, 56 and 4D. RGB value is (108,86,77). Sum of RGB (Red+Green+Blue) = 108+86+77=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 108 - color contains mainly: red. Hex color #6C564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C564D is #93A9B2. Grayscale: #5B5B5B. Windows color (decimal): -9677235 or 5068396. OLE color: 5068396.

HSL color Cylindrical-coordinate representation of color #6C564D: hue angle of 17.42º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C564D is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 86 77 -
CMYK 0 0.20 0.29 0.58
HSL 17.42º 0.17% 0.36% -
HSV(B) 17.42º 0.29% 0.42% -
XYZ 10.85 10.38 8.45 -
YUV 91.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 108 86 77 0 0.20 0.29 0.58 17.42 0.17 0.36
Hex 6C 56 4D 0 14 1D 3A 11 11 24
Octal 154 126 115 0 24 35 72 21 21 44
Binary 1101100 1010110 1001101 0 10100 11101 111010 10001 10001 100100

Color Harmonies of #6C564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C564D

Black with #6C564D

Text Example


Text Example

White with #6C564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C564D; }

 p { color: rgb(108,86,77); }

 H1.HeaderClassName
 {
   color: #6C564D;
 }
 .AnyTagClassName
 {
   color: #6C564D;
 }
</style>

background-color css

<style>
 a { background-color: #6C564D; }

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

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

border-color css

<style>
 span { border-color: #6C564D; }

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

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