#68564D

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

Shades of Quincy #68564D

Tints of Quincy #68564D

Color information

#68564D (or 0x68564D) is unknown color: approx Quincy. HEX triplet: 68, 56 and 4D. RGB value is (104,86,77). Sum of RGB (Red+Green+Blue) = 104+86+77=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68564D is #97A9B2. Grayscale: #5A5A5A. Windows color (decimal): -9939379 or 5068392. OLE color: 5068392.

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

Color convert

RGB1048677-
CMYK00.170.260.59
HSL20º14.92%35.49%-
HSV(B)20º25.96%40.78%-
XYZ10.3810.138.43-
YUV90.36120.46137.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=38.95%
G=32.21%
B=28.84%

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
Decimal104867700.170.260.592014.9235.49
Hex68564D0111A3B14f23
Octal1501261150213273241743
Binary11010001010110100110101000111010111011101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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