Html Css Color HEX #6E564B Quincy

📋 copy color: '#6E564B'

red 110 ◦ green 86 ◦ blue 75

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

Shades of Quincy #6E564B

Tints of Quincy #6E564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 40.59%
G = 31.73%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E564B (or 0x6E564B) is known color: Quincy. HEX triplet: 6E, 56 and 4B. RGB value is (110,86,75). Sum of RGB (Red+Green+Blue) = 110+86+75=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 110 - color contains mainly: red. Hex color #6E564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E564B is #91A9B4. Grayscale: #5B5B5B. Windows color (decimal): -9546165 or 4937326. OLE color: 4937326.

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

Color convert

RGB 110 86 75 -
CMYK 0 0.22 0.32 0.57
HSL 18.86º 0.19% 0.36% -
HSV(B) 18.86º 0.32% 0.43% -
XYZ 11.03 10.48 8.1 -
YUV 91.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 110 86 75 0 0.22 0.32 0.57 18.86 0.19 0.36
Hex 6E 56 4B 0 16 20 39 13 13 24
Octal 156 126 113 0 26 40 71 23 23 44
Binary 1101110 1010110 1001011 0 10110 100000 111001 10011 10011 100100

Color Harmonies of #6E564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E564B

Black with #6E564B

Text Example


Text Example

White with #6E564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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