#69574C

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

Shades of Quincy #69574C

Tints of Quincy #69574C

Color information

#69574C (or 0x69574C) is unknown color: approx Quincy. HEX triplet: 69, 57 and 4C. RGB value is (105,87,76). Sum of RGB (Red+Green+Blue) = 105+87+76=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #69574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69574C is #96A8B3. Grayscale: #5B5B5B. Windows color (decimal): -9873588 or 5003113. OLE color: 5003113.

HSL color Cylindrical-coordinate representation of color #69574C: hue angle of 22.76º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69574C is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1058776-
CMYK00.170.280.59
HSL22.76º16.02%35.49%-
HSV(B)22.76º27.62%41.18%-
XYZ10.5410.348.28-
YUV91.13119.46137.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=39.18%
G=32.46%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105877600.170.280.5922.7616.0235.49
Hex69574C0111C3B171023
Octal1511271140213473272043
Binary110100110101111001100010001111001110111011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69574C; }

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

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

<style>
 a { background-color: #69574C; }

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

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

<style>
 span { border-color: #69574C; }

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

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