#62544A

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

Shades of Quincy #62544A

Tints of Quincy #62544A

Color information

#62544A (or 0x62544A) is unknown color: approx Quincy. HEX triplet: 62, 54 and 4A. RGB value is (98,84,74). Sum of RGB (Red+Green+Blue) = 98+84+74=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #62544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62544A is #9DABB5. Grayscale: #575757. Windows color (decimal): -10333110 or 4871266. OLE color: 4871266.

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

Color convert

RGB988474-
CMYK00.140.240.62
HSL25º13.95%33.73%-
HSV(B)25º24.49%38.43%-
XYZ9.449.437.8-
YUV87.05120.64135.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=38.28%
G=32.81%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98847400.140.240.622513.9533.73
Hex62544A0E183E19e22
Octal1421241120163076311642
Binary1100010101010010010100111011000111110110011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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