#625244

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

Shades of Quincy #625244

Tints of Quincy #625244

Color information

#625244 (or 0x625244) is unknown color: approx Quincy. HEX triplet: 62, 52 and 44. RGB value is (98,82,68). Sum of RGB (Red+Green+Blue) = 98+82+68=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #625244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625244 is #9DADBB. Grayscale: #555555. Windows color (decimal): -10333628 or 4477538. OLE color: 4477538.

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

Color convert

RGB988268-
CMYK00.160.310.62
HSL28º18.07%32.55%-
HSV(B)28º30.61%38.43%-
XYZ9.19.056.74-
YUV85.19118.3137.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=39.52%
G=33.06%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98826800.160.310.622818.0732.55
Hex6252440101F3E1c1221
Octal1421221040203776342241
Binary110001010100101000100010000111111111101110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625244; }

 p { color: rgb(98,82,68); }

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

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

 a { background-color: rgb(98,82,68); }

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

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

 span { border-color: rgb(98,82,68); }

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