Html Css Color HEX #64564B Quincy

📋 copy color: '#64564B'

red 100 ◦ green 86 ◦ blue 75

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

Shades of Quincy #64564B

Tints of Quincy #64564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.74%

R = 38.31%
G = 32.95%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64564B (or 0x64564B) is known color: Quincy. HEX triplet: 64, 56 and 4B. RGB value is (100,86,75). Sum of RGB (Red+Green+Blue) = 100+86+75=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #64564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64564B is #9BA9B4. Grayscale: #585858. Windows color (decimal): -10201525 or 4937316. OLE color: 4937316.

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

Color convert

RGB 100 86 75 -
CMYK 0 0.14 0.25 0.61
HSL 26.4º 0.14% 0.34% -
HSV(B) 26.4º 0.25% 0.39% -
XYZ 9.85 9.87 8.04 -
YUV 88.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 100 86 75 0 0.14 0.25 0.61 26.4 0.14 0.34
Hex 64 56 4B 0 E 19 3D 1A E 22
Octal 144 126 113 0 16 31 75 32 16 42
Binary 1100100 1010110 1001011 0 1110 11001 111101 11010 1110 100010

Color Harmonies of #64564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64564B

Black with #64564B

Text Example


Text Example

White with #64564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64564B; }

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

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

background-color css

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

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

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

border-color css

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

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

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