#68564F

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

Shades of Quincy #68564F

Tints of Quincy #68564F

Color information

#68564F (or 0x68564F) is unknown color: approx Quincy. HEX triplet: 68, 56 and 4F. RGB value is (104,86,79). Sum of RGB (Red+Green+Blue) = 104+86+79=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68564F is #97A9B0. Grayscale: #5A5A5A. Windows color (decimal): -9939377 or 5199464. OLE color: 5199464.

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

Color convert

RGB1048679-
CMYK00.170.240.59
HSL16.8º13.66%35.88%-
HSV(B)16.8º24.04%40.78%-
XYZ10.4510.168.81-
YUV90.58121.46137.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=38.66%
G=31.97%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104867900.170.240.5916.813.6635.88
Hex68564F011183B11e24
Octal1501261170213073211644
Binary11010001010110100111101000111000111011100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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