Html Css Color HEX #6E564C Quincy

📋 copy color: '#6E564C'

red 110 ◦ green 86 ◦ blue 76

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

Shades of Quincy #6E564C

Tints of Quincy #6E564C

RGB

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

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

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

R = 40.44%
G = 31.62%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6E564C (or 0x6E564C) is known color: Quincy. HEX triplet: 6E, 56 and 4C. RGB value is (110,86,76). Sum of RGB (Red+Green+Blue) = 110+86+76=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 110 - color contains mainly: red. Hex color #6E564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E564C is #91A9B3. Grayscale: #5C5C5C. Windows color (decimal): -9546164 or 5002862. OLE color: 5002862.

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

Color convert

RGB 110 86 76 -
CMYK 0 0.22 0.31 0.57
HSL 17.65º 0.18% 0.36% -
HSV(B) 17.65º 0.31% 0.43% -
XYZ 11.06 10.49 8.28 -
YUV 92.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 110 86 76 0 0.22 0.31 0.57 17.65 0.18 0.36
Hex 6E 56 4C 0 16 1F 39 12 12 24
Octal 156 126 114 0 26 37 71 22 22 44
Binary 1101110 1010110 1001100 0 10110 11111 111001 10010 10010 100100

Color Harmonies of #6E564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E564C

Black with #6E564C

Text Example


Text Example

White with #6E564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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