#69564C

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

Shades of Quincy #69564C

Tints of Quincy #69564C

Color information

#69564C (or 0x69564C) is unknown color: approx Quincy. HEX triplet: 69, 56 and 4C. RGB value is (105,86,76). Sum of RGB (Red+Green+Blue) = 105+86+76=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #69564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69564C is #96A9B3. Grayscale: #5A5A5A. Windows color (decimal): -9873844 or 5002857. OLE color: 5002857.

HSL color Cylindrical-coordinate representation of color #69564C: hue angle of 20.69º 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 #69564C is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1058676-
CMYK00.180.280.59
HSL20.69º16.02%35.49%-
HSV(B)20.69º27.62%41.18%-
XYZ10.4610.188.25-
YUV90.54119.79138.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=39.33%
G=32.21%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105867600.180.280.5920.6916.0235.49
Hex69564C0121C3B151023
Octal1511261140223473252043
Binary110100110101101001100010010111001110111010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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