Html Css Color HEX #625245 Quincy

📋 copy color: '#625245'

red 98 ◦ green 82 ◦ blue 69

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

Shades of Quincy #625245

Tints of Quincy #625245

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 value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 98 82 69 -
CMYK 0 0.16 0.30 0.62
HSL 26.9º 0.17% 0.33% -
HSV(B) 26.9º 0.3% 0.38% -
XYZ 9.13 9.06 6.9 -
YUV 85.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 98 82 69 0 0.16 0.30 0.62 26.9 0.17 0.33
Hex 62 52 45 0 10 1E 3E 1B 11 21
Octal 142 122 105 0 20 36 76 33 21 41
Binary 1100010 1010010 1000101 0 10000 11110 111110 11011 10001 100001

Color Harmonies of #625245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625245

Black with #625245

Text Example


Text Example

White with #625245

Text Example


Text Example

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