#6E564B

Color #6E564B Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #6E564B

Tints of Quincy #6E564B

Color information

#6E564B (or 0x6E564B) is unknown color: approx 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

RGB1108675-
CMYK00.220.320.57
HSL18.86º18.92%36.27%-
HSV(B)18.86º31.82%43.14%-
XYZ11.0310.488.1-
YUV91.92118.45140.89-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110867500.220.320.5718.8618.9236.27
Hex6E564B0162039131324
Octal1561261130264071232344
Binary1101110101011010010110101101000001110011001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>