#62554A

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

Shades of Quincy #62554A

Tints of Quincy #62554A

Color information

#62554A (or 0x62554A) is unknown color: approx Quincy. HEX triplet: 62, 55 and 4A. RGB value is (98,85,74). Sum of RGB (Red+Green+Blue) = 98+85+74=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62554A is #9DAAB5. Grayscale: #575757. Windows color (decimal): -10332854 or 4871522. OLE color: 4871522.

HSL color Cylindrical-coordinate representation of color #62554A: hue angle of 27.5º degrees, saturation: 0.14, 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 #62554A is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB988574-
CMYK00.130.240.62
HSL27.5º13.95%33.73%-
HSV(B)27.5º24.49%38.43%-
XYZ9.529.597.83-
YUV87.63120.31135.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=38.13%
G=33.07%
B=28.79%

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
Decimal98857400.130.240.6227.513.9533.73
Hex62554A0D183E1ce22
Octal1421251120153076341642
Binary1100010101010110010100110111000111110111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,85,74); }

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

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

 a { background-color: rgb(98,85,74); }

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

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

 span { border-color: rgb(98,85,74); }

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