Html Css Color HEX #6E564D Quincy

📋 copy color: '#6E564D'

red 110 ◦ green 86 ◦ blue 77

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

Shades of Quincy #6E564D

Tints of Quincy #6E564D

RGB

 RED value IS 110 (43.36% from 255) = 40.29%

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

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

R = 40.29%
G = 31.5%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#6E564D (or 0x6E564D) is known color: Quincy. HEX triplet: 6E, 56 and 4D. RGB value is (110,86,77). Sum of RGB (Red+Green+Blue) = 110+86+77=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E564D is #91A9B2. Grayscale: #5C5C5C. Windows color (decimal): -9546163 or 5068398. OLE color: 5068398.

HSL color Cylindrical-coordinate representation of color #6E564D: hue angle of 16.36º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E564D is Cyan = 0, Magento = 0.22, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 86 77 -
CMYK 0 0.22 0.3 0.57
HSL 16.36º 0.18% 0.37% -
HSV(B) 16.36º 0.3% 0.43% -
XYZ 11.1 10.51 8.46 -
YUV 92.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 110 86 77 0 0.22 0.3 0.57 16.36 0.18 0.37
Hex 6E 56 4D 0 16 1E 39 10 12 25
Octal 156 126 115 0 26 36 71 20 22 45
Binary 1101110 1010110 1001101 0 10110 11110 111001 10000 10010 100101

Color Harmonies of #6E564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E564D

Black with #6E564D

Text Example


Text Example

White with #6E564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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