#625347

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

Shades of Quincy #625347

Tints of Quincy #625347

Color information

#625347 (or 0x625347) is unknown color: approx Quincy. HEX triplet: 62, 53 and 47. RGB value is (98,83,71). Sum of RGB (Red+Green+Blue) = 98+83+71=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 98 - color contains mainly: red. Hex color #625347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625347 is #9DACB8. Grayscale: #565656. Windows color (decimal): -10333369 or 4674402. OLE color: 4674402.

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

Color convert

RGB988371-
CMYK00.150.280.62
HSL26.67º15.98%33.14%-
HSV(B)26.67º27.55%38.43%-
XYZ9.279.247.26-
YUV86.12119.47136.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=38.89%
G=32.94%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98837100.150.280.6226.6715.9833.14
Hex6253470F1C3E1b1021
Octal1421231070173476332041
Binary11000101010011100011101111111001111101101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625347; }

 p { color: rgb(98,83,71); }

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

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

 a { background-color: rgb(98,83,71); }

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

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

 span { border-color: rgb(98,83,71); }

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