#62564D

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

Shades of Quincy #62564D

Tints of Quincy #62564D

Color information

#62564D (or 0x62564D) is unknown color: approx Quincy. HEX triplet: 62, 56 and 4D. RGB value is (98,86,77). Sum of RGB (Red+Green+Blue) = 98+86+77=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62564D is #9DA9B2. Grayscale: #585858. Windows color (decimal): -10332595 or 5068386. OLE color: 5068386.

HSL color Cylindrical-coordinate representation of color #62564D: 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.21%. Process color model (Four color, CMYK) of #62564D is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB988677-
CMYK00.120.210.62
HSL25.71º12%34.31%-
HSV(B)25.71º21.43%38.43%-
XYZ9.79.798.4-
YUV88.56121.48134.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=37.55%
G=32.95%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98867700.120.210.6225.711234.31
Hex62564D0C153E1ac22
Octal1421261150142576321442
Binary1100010101011010011010110010101111110110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,86,77); }

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

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

 a { background-color: rgb(98,86,77); }

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

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

 span { border-color: rgb(98,86,77); }

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