#62554B

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

Shades of Quincy #62554B

Tints of Quincy #62554B

Color information

#62554B (or 0x62554B) is unknown color: approx Quincy. HEX triplet: 62, 55 and 4B. RGB value is (98,85,75). Sum of RGB (Red+Green+Blue) = 98+85+75=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #62554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62554B is #9DAAB4. Grayscale: #575757. Windows color (decimal): -10332853 or 4937058. OLE color: 4937058.

HSL color Cylindrical-coordinate representation of color #62554B: 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.23%. Process color model (Four color, CMYK) of #62554B is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB988575-
CMYK00.130.230.62
HSL26.09º13.29%33.92%-
HSV(B)26.09º23.47%38.43%-
XYZ9.569.68.01-
YUV87.75120.81135.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=37.98%
G=32.95%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98857500.130.230.6226.0913.2933.92
Hex62554B0D173E1ad22
Octal1421251130152776321542
Binary1100010101010110010110110110111111110110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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