#625449

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

Shades of Quincy #625449

Tints of Quincy #625449

Color information

#625449 (or 0x625449) is unknown color: approx Quincy. HEX triplet: 62, 54 and 49. RGB value is (98,84,73). Sum of RGB (Red+Green+Blue) = 98+84+73=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 98 - color contains mainly: red. Hex color #625449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625449 is #9DABB6. Grayscale: #565656. Windows color (decimal): -10333111 or 4805730. OLE color: 4805730.

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

Color convert

RGB988473-
CMYK00.140.260.62
HSL26.4º14.62%33.53%-
HSV(B)26.4º25.51%38.43%-
XYZ9.419.427.63-
YUV86.93120.14135.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.43%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=38.43%
G=32.94%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98847300.140.260.6226.414.6233.53
Hex6254490E1A3E1af22
Octal1421241110163276321742
Binary1100010101010010010010111011010111110110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625449; }

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

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

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

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

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

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

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

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