Html Css Color HEX #645447 Quincy

📋 copy color: '#645447'

red 100 ◦ green 84 ◦ blue 71

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

Shades of Quincy #645447

Tints of Quincy #645447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.94%

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 39.22%
G = 32.94%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#645447 (or 0x645447) is known color: Quincy. HEX triplet: 64, 54 and 47. RGB value is (100,84,71). Sum of RGB (Red+Green+Blue) = 100+84+71=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #645447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645447 is #9BABB8. Grayscale: #575757. Windows color (decimal): -10202041 or 4674660. OLE color: 4674660.

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

Color convert

RGB 100 84 71 -
CMYK 0 0.16 0.29 0.61
HSL 26.9º 0.17% 0.34% -
HSV(B) 26.9º 0.29% 0.39% -
XYZ 9.56 9.5 7.29 -
YUV 87.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 100 84 71 0 0.16 0.29 0.61 26.9 0.17 0.34
Hex 64 54 47 0 10 1D 3D 1B 11 22
Octal 144 124 107 0 20 35 75 33 21 42
Binary 1100100 1010100 1000111 0 10000 11101 111101 11011 10001 100010

Color Harmonies of #645447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645447

Black with #645447

Text Example


Text Example

White with #645447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645447; }

 p { color: rgb(100,84,71); }

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

background-color css

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

 a { background-color: rgb(100,84,71); }

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

border-color css

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

 span { border-color: rgb(100,84,71); }

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