#68554D

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

Shades of Quincy #68554D

Tints of Quincy #68554D

Color information

#68554D (or 0x68554D) is unknown color: approx Quincy. HEX triplet: 68, 55 and 4D. RGB value is (104,85,77). Sum of RGB (Red+Green+Blue) = 104+85+77=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68554D is #97AAB2. Grayscale: #595959. Windows color (decimal): -9939635 or 5068136. OLE color: 5068136.

HSL color Cylindrical-coordinate representation of color #68554D: hue angle of 17.78º 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 #68554D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1048577-
CMYK00.180.260.59
HSL17.78º14.92%35.49%-
HSV(B)17.78º25.96%40.78%-
XYZ10.39.988.4-
YUV89.77120.79138.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=39.10%
G=31.95%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104857700.180.260.5917.7814.9235.49
Hex68554D0121A3B12f23
Octal1501251150223273221743
Binary11010001010101100110101001011010111011100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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