Html Css Color HEX #63564E Quincy

📋 copy color: '#63564E'

red 99 ◦ green 86 ◦ blue 78

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

Shades of Quincy #63564E

Tints of Quincy #63564E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.66%

R = 37.64%
G = 32.7%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63564E (or 0x63564E) is known color: Quincy. HEX triplet: 63, 56 and 4E. RGB value is (99,86,78). Sum of RGB (Red+Green+Blue) = 99+86+78=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63564E is #9CA9B1. Grayscale: #595959. Windows color (decimal): -10267058 or 5133923. OLE color: 5133923.

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

Color convert

RGB 99 86 78 -
CMYK 0 0.13 0.21 0.61
HSL 22.86º 0.12% 0.35% -
HSV(B) 22.86º 0.21% 0.39% -
XYZ 9.85 9.86 8.59 -
YUV 88.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 99 86 78 0 0.13 0.21 0.61 22.86 0.12 0.35
Hex 63 56 4E 0 D 15 3D 17 C 23
Octal 143 126 116 0 15 25 75 27 14 43
Binary 1100011 1010110 1001110 0 1101 10101 111101 10111 1100 100011

Color Harmonies of #63564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63564E

Black with #63564E

Text Example


Text Example

White with #63564E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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