Html Css Color HEX #63564C Quincy

📋 copy color: '#63564C'

red 99 ◦ green 86 ◦ blue 76

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

Shades of Quincy #63564C

Tints of Quincy #63564C

RGB

 RED value IS 99 (39.06% from 255) = 37.93%

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

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 37.93%
G = 32.95%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63564C (or 0x63564C) is known color: Quincy. HEX triplet: 63, 56 and 4C. RGB value is (99,86,76). Sum of RGB (Red+Green+Blue) = 99+86+76=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #63564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63564C is #9CA9B3. Grayscale: #585858. Windows color (decimal): -10267060 or 5002851. OLE color: 5002851.

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

Color convert

RGB 99 86 76 -
CMYK 0 0.13 0.23 0.61
HSL 26.09º 0.13% 0.34% -
HSV(B) 26.09º 0.23% 0.39% -
XYZ 9.78 9.83 8.22 -
YUV 88.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 99 86 76 0 0.13 0.23 0.61 26.09 0.13 0.34
Hex 63 56 4C 0 D 17 3D 1A D 22
Octal 143 126 114 0 15 27 75 32 15 42
Binary 1100011 1010110 1001100 0 1101 10111 111101 11010 1101 100010

Color Harmonies of #63564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63564C

Black with #63564C

Text Example


Text Example

White with #63564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63564C; }

 p { color: rgb(99,86,76); }

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

background-color css

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

 a { background-color: rgb(99,86,76); }

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

border-color css

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

 span { border-color: rgb(99,86,76); }

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