#625245

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

Shades of Quincy #625245

Tints of Quincy #625245

Color information

#625245 (or 0x625245) is unknown color: approx Quincy. HEX triplet: 62, 52 and 45. RGB value is (98,82,69). Sum of RGB (Red+Green+Blue) = 98+82+69=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #625245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625245 is #9DADBA. Grayscale: #555555. Windows color (decimal): -10333627 or 4543074. OLE color: 4543074.

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

Color convert

RGB988269-
CMYK00.160.300.62
HSL26.9º17.37%32.75%-
HSV(B)26.9º29.59%38.43%-
XYZ9.139.066.9-
YUV85.3118.8137.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=39.36%
G=32.93%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98826900.160.300.6226.917.3732.75
Hex6252450101E3E1b1121
Octal1421221050203676332141
Binary110001010100101000101010000111101111101101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625245; }

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

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

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

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

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

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

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

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