#69554A

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

Shades of Quincy #69554A

Tints of Quincy #69554A

Color information

#69554A (or 0x69554A) is unknown color: approx Quincy. HEX triplet: 69, 55 and 4A. RGB value is (105,85,74). Sum of RGB (Red+Green+Blue) = 105+85+74=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69554A is #96AAB5. Grayscale: #595959. Windows color (decimal): -9874102 or 4871529. OLE color: 4871529.

HSL color Cylindrical-coordinate representation of color #69554A: hue angle of 21.29º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69554A is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1058574-
CMYK00.190.300.59
HSL21.29º17.32%35.1%-
HSV(B)21.29º29.52%41.18%-
XYZ10.319.997.86-
YUV89.73119.13138.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=39.77%
G=32.20%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105857400.190.300.5921.2917.3235.1
Hex69554A0131E3B151123
Octal1511251120233673252143
Binary110100110101011001010010011111101110111010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69554A; }

 p { color: rgb(105,85,74); }

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

<style>
 a { background-color: #69554A; }

 a { background-color: rgb(105,85,74); }

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

<style>
 span { border-color: #69554A; }

 span { border-color: rgb(105,85,74); }

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