#6E554B

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

Shades of Quincy #6E554B

Tints of Quincy #6E554B

Color information

#6E554B (or 0x6E554B) is unknown color: approx Quincy. HEX triplet: 6E, 55 and 4B. RGB value is (110,85,75). Sum of RGB (Red+Green+Blue) = 110+85+75=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 110 - color contains mainly: red. Hex color #6E554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E554B is #91AAB4. Grayscale: #5B5B5B. Windows color (decimal): -9546421 or 4937070. OLE color: 4937070.

HSL color Cylindrical-coordinate representation of color #6E554B: hue angle of 17.14º 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 #6E554B is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1108575-
CMYK00.230.320.57
HSL17.14º18.92%36.27%-
HSV(B)17.14º31.82%43.14%-
XYZ10.9510.328.07-
YUV91.34118.78141.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=40.74%
G=31.48%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110857500.230.320.5717.1418.9236.27
Hex6E554B0172039111324
Octal1561251130274071212344
Binary1101110101010110010110101111000001110011000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E554B;
 }
 .AnyTagClassName
 {
   color: #6E554B;
 }
</style>
background-color css

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

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

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

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

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

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