#61554C

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

Shades of Quincy #61554C

Tints of Quincy #61554C

Color information

#61554C (or 0x61554C) is unknown color: approx Quincy. HEX triplet: 61, 55 and 4C. RGB value is (97,85,76). Sum of RGB (Red+Green+Blue) = 97+85+76=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61554C is #9EAAB3. Grayscale: #575757. Windows color (decimal): -10398388 or 5002593. OLE color: 5002593.

HSL color Cylindrical-coordinate representation of color #61554C: hue angle of 25.71º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61554C is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB978576-
CMYK00.120.220.62
HSL25.71º12.14%33.92%-
HSV(B)25.71º21.65%38.04%-
XYZ9.489.568.18-
YUV87.56121.48134.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=37.60%
G=32.95%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97857600.120.220.6225.7112.1433.92
Hex61554C0C163E1ac22
Octal1411251140142676321442
Binary1100001101010110011000110010110111110110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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