#69574E

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

Shades of Quincy #69574E

Tints of Quincy #69574E

Color information

#69574E (or 0x69574E) is unknown color: approx Quincy. HEX triplet: 69, 57 and 4E. RGB value is (105,87,78). Sum of RGB (Red+Green+Blue) = 105+87+78=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69574E is #96A8B1. Grayscale: #5B5B5B. Windows color (decimal): -9873586 or 5134185. OLE color: 5134185.

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

Color convert

RGB1058778-
CMYK00.170.260.59
HSL20º14.75%35.88%-
HSV(B)20º25.71%41.18%-
XYZ10.6110.378.65-
YUV91.36120.46137.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=38.89%
G=32.22%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105877800.170.260.592014.7535.88
Hex69574E0111A3B14f24
Octal1511271160213273241744
Binary11010011010111100111001000111010111011101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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