#61544A

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

Shades of Quincy #61544A

Tints of Quincy #61544A

Color information

#61544A (or 0x61544A) is unknown color: approx Quincy. HEX triplet: 61, 54 and 4A. RGB value is (97,84,74). Sum of RGB (Red+Green+Blue) = 97+84+74=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #61544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61544A is #9EABB5. Grayscale: #565656. Windows color (decimal): -10398646 or 4871265. OLE color: 4871265.

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

Color convert

RGB978474-
CMYK00.130.240.62
HSL26.09º13.45%33.53%-
HSV(B)26.09º23.71%38.04%-
XYZ9.349.387.8-
YUV86.75120.81135.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=38.04%
G=32.94%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97847400.130.240.6226.0913.4533.53
Hex61544A0D183E1ad22
Octal1411241120153076321542
Binary1100001101010010010100110111000111110110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,84,74); }

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

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

 a { background-color: rgb(97,84,74); }

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

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

 span { border-color: rgb(97,84,74); }

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