Html Css Color HEX #63554A Quincy

📋 copy color: '#63554A'

red 99 ◦ green 85 ◦ blue 74

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

Shades of Quincy #63554A

Tints of Quincy #63554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.95%

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 38.37%
G = 32.95%
B = 28.68%

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

#63554A (or 0x63554A) is known color: Quincy. HEX triplet: 63, 55 and 4A. RGB value is (99,85,74). Sum of RGB (Red+Green+Blue) = 99+85+74=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63554A is #9CAAB5. Grayscale: #575757. Windows color (decimal): -10267318 or 4871523. OLE color: 4871523.

HSL color Cylindrical-coordinate representation of color #63554A: 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 #63554A is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 74 -
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.63 9.64 7.83 -
YUV 87.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 99 85 74 0 0.14 0.25 0.61 26.4 0.14 0.34
Hex 63 55 4A 0 E 19 3D 1A E 22
Octal 143 125 112 0 16 31 75 32 16 42
Binary 1100011 1010101 1001010 0 1110 11001 111101 11010 1110 100010

Color Harmonies of #63554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63554A

Black with #63554A

Text Example


Text Example

White with #63554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63554A; }

 p { color: rgb(99,85,74); }

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

background-color css

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

 a { background-color: rgb(99,85,74); }

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

border-color css

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

 span { border-color: rgb(99,85,74); }

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