Html Css Color HEX #625449 Quincy

📋 copy color: '#625449'

red 98 ◦ green 84 ◦ blue 73

#625449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quincy #625449

Tints of Quincy #625449

RGB

 RED value IS 98 (38.67% from 255) = 38.43%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#625449 (or 0x625449) is known color: 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

RGB 98 84 73 -
CMYK 0 0.14 0.26 0.62
HSL 26.4º 0.15% 0.34% -
HSV(B) 26.4º 0.26% 0.38% -
XYZ 9.41 9.42 7.63 -
YUV 86.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 98 84 73 0 0.14 0.26 0.62 26.4 0.15 0.34
Hex 62 54 49 0 E 1A 3E 1A F 22
Octal 142 124 111 0 16 32 76 32 17 42
Binary 1100010 1010100 1001001 0 1110 11010 111110 11010 1111 100010

Color Harmonies of #625449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625449

Black with #625449

Text Example


Text Example

White with #625449

Text Example


Text Example

HTML Codes & Css Web 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>