Html Css Color HEX #645649 Quincy

📋 copy color: '#645649'

red 100 ◦ green 86 ◦ blue 73

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

Shades of Quincy #645649

Tints of Quincy #645649

RGB

 RED value IS 100 (39.45% from 255) = 38.61%

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 38.61%
G = 33.2%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#645649 (or 0x645649) is known color: Quincy. HEX triplet: 64, 56 and 49. RGB value is (100,86,73). Sum of RGB (Red+Green+Blue) = 100+86+73=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 100 - color contains mainly: red. Hex color #645649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645649 is #9BA9B6. Grayscale: #585858. Windows color (decimal): -10201527 or 4806244. OLE color: 4806244.

HSL color Cylindrical-coordinate representation of color #645649: hue angle of 28.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #645649 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 86 73 -
CMYK 0 0.14 0.27 0.61
HSL 28.89º 0.16% 0.34% -
HSV(B) 28.89º 0.27% 0.39% -
XYZ 9.79 9.85 7.69 -
YUV 88.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 100 86 73 0 0.14 0.27 0.61 28.89 0.16 0.34
Hex 64 56 49 0 E 1B 3D 1D 10 22
Octal 144 126 111 0 16 33 75 35 20 42
Binary 1100100 1010110 1001001 0 1110 11011 111101 11101 10000 100010

Color Harmonies of #645649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645649

Black with #645649

Text Example


Text Example

White with #645649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645649; }

 p { color: rgb(100,86,73); }

 H1.HeaderClassName
 {
   color: #645649;
 }
 .AnyTagClassName
 {
   color: #645649;
 }
</style>

background-color css

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

 a { background-color: rgb(100,86,73); }

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

border-color css

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

 span { border-color: rgb(100,86,73); }

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