#68564E

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

Shades of Quincy #68564E

Tints of Quincy #68564E

Color information

#68564E (or 0x68564E) is unknown color: approx Quincy. HEX triplet: 68, 56 and 4E. RGB value is (104,86,78). Sum of RGB (Red+Green+Blue) = 104+86+78=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68564E is #97A9B1. Grayscale: #5A5A5A. Windows color (decimal): -9939378 or 5133928. OLE color: 5133928.

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

Color convert

RGB1048678-
CMYK00.170.250.59
HSL18.46º14.29%35.69%-
HSV(B)18.46º25%40.78%-
XYZ10.4110.158.62-
YUV90.47120.96137.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=38.81%
G=32.09%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104867800.170.250.5918.4614.2935.69
Hex68564E011193B12e24
Octal1501261160213173221644
Binary11010001010110100111001000111001111011100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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