#6E584C

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

Shades of Quincy #6E584C

Tints of Quincy #6E584C

Color information

#6E584C (or 0x6E584C) is unknown color: approx Quincy. HEX triplet: 6E, 58 and 4C. RGB value is (110,88,76). Sum of RGB (Red+Green+Blue) = 110+88+76=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 110 - color contains mainly: red. Hex color #6E584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E584C is #91A7B3. Grayscale: #5D5D5D. Windows color (decimal): -9545652 or 5003374. OLE color: 5003374.

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

Color convert

RGB1108876-
CMYK00.20.310.57
HSL21.18º18.28%36.47%-
HSV(B)21.18º30.91%43.14%-
XYZ11.2210.828.33-
YUV93.21118.29139.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.15%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=40.15%
G=32.12%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110887600.20.310.5721.1818.2836.47
Hex6E584C0141F39151224
Octal1561301140243771252244
Binary110111010110001001100010100111111110011010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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