#69574A

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

Shades of Quincy #69574A

Tints of Quincy #69574A

Color information

#69574A (or 0x69574A) is unknown color: approx Quincy. HEX triplet: 69, 57 and 4A. RGB value is (105,87,74). Sum of RGB (Red+Green+Blue) = 105+87+74=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #69574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69574A is #96A8B5. Grayscale: #5A5A5A. Windows color (decimal): -9873590 or 4872041. OLE color: 4872041.

HSL color Cylindrical-coordinate representation of color #69574A: hue angle of 25.16º 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 #69574A is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1058774-
CMYK00.170.300.59
HSL25.16º17.32%35.1%-
HSV(B)25.16º29.52%41.18%-
XYZ10.4710.317.92-
YUV90.9118.46138.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=39.47%
G=32.71%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105877400.170.300.5925.1617.3235.1
Hex69574A0111E3B191123
Octal1511271120213673312143
Binary110100110101111001010010001111101110111100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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