#68554C

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

Shades of Quincy #68554C

Tints of Quincy #68554C

Color information

#68554C (or 0x68554C) is unknown color: approx Quincy. HEX triplet: 68, 55 and 4C. RGB value is (104,85,76). Sum of RGB (Red+Green+Blue) = 104+85+76=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68554C is #97AAB3. Grayscale: #595959. Windows color (decimal): -9939636 or 5002600. OLE color: 5002600.

HSL color Cylindrical-coordinate representation of color #68554C: hue angle of 19.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68554C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1048576-
CMYK00.180.270.59
HSL19.29º15.56%35.29%-
HSV(B)19.29º26.92%40.78%-
XYZ10.269.968.22-
YUV89.66120.29138.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=39.25%
G=32.08%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104857600.180.270.5919.2915.5635.29
Hex68554C0121B3B131023
Octal1501251140223373232043
Binary110100010101011001100010010110111110111001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68554C; }

 p { color: rgb(104,85,76); }

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

<style>
 a { background-color: #68554C; }

 a { background-color: rgb(104,85,76); }

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

<style>
 span { border-color: #68554C; }

 span { border-color: rgb(104,85,76); }

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