#68564A

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

Shades of Quincy #68564A

Tints of Quincy #68564A

Color information

#68564A (or 0x68564A) is unknown color: approx Quincy. HEX triplet: 68, 56 and 4A. RGB value is (104,86,74). Sum of RGB (Red+Green+Blue) = 104+86+74=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #68564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68564A is #97A9B5. Grayscale: #5A5A5A. Windows color (decimal): -9939382 or 4871784. OLE color: 4871784.

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

Color convert

RGB1048674-
CMYK00.170.290.59
HSL24º16.85%34.9%-
HSV(B)24º28.85%40.78%-
XYZ10.2710.097.89-
YUV90.01118.96137.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=39.39%
G=32.58%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104867400.170.290.592416.8534.9
Hex68564A0111D3B181123
Octal1501261120213573302143
Binary110100010101101001010010001111011110111100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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