#6F574C

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

Shades of Quincy #6F574C

Tints of Quincy #6F574C

Color information

#6F574C (or 0x6F574C) is unknown color: approx Quincy. HEX triplet: 6F, 57 and 4C. RGB value is (111,87,76). Sum of RGB (Red+Green+Blue) = 111+87+76=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F574C is #90A8B3. Grayscale: #5C5C5C. Windows color (decimal): -9480372 or 5003119. OLE color: 5003119.

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

Color convert

RGB1118776-
CMYK00.220.320.56
HSL18.86º18.72%36.67%-
HSV(B)18.86º31.53%43.53%-
XYZ11.2710.728.31-
YUV92.92118.45140.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=40.51%
G=31.75%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111877600.220.320.5618.8618.7236.67
Hex6F574C0162038131325
Octal1571271140264070232345
Binary1101111101011110011000101101000001110001001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,87,76); }

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

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

 a { background-color: rgb(111,87,76); }

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

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

 span { border-color: rgb(111,87,76); }

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