#68574E

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

Shades of Quincy #68574E

Tints of Quincy #68574E

Color information

#68574E (or 0x68574E) is unknown color: approx Quincy. HEX triplet: 68, 57 and 4E. RGB value is (104,87,78). Sum of RGB (Red+Green+Blue) = 104+87+78=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68574E is #97A8B1. Grayscale: #5B5B5B. Windows color (decimal): -9939122 or 5134184. OLE color: 5134184.

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

Color convert

RGB1048778-
CMYK00.160.250.59
HSL20.77º14.29%35.69%-
HSV(B)20.77º25%40.78%-
XYZ10.4910.318.64-
YUV91.06120.63137.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=38.66%
G=32.34%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104877800.160.250.5920.7714.2935.69
Hex68574E010193B15e24
Octal1501271160203173251644
Binary11010001010111100111001000011001111011101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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