Html Css Color HEX #63544A Quincy

📋 copy color: '#63544A'

red 99 ◦ green 84 ◦ blue 74

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

Shades of Quincy #63544A

Tints of Quincy #63544A

RGB

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

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

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

R = 38.52%
G = 32.68%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63544A (or 0x63544A) is known color: Quincy. HEX triplet: 63, 54 and 4A. RGB value is (99,84,74). Sum of RGB (Red+Green+Blue) = 99+84+74=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63544A is #9CABB5. Grayscale: #575757. Windows color (decimal): -10267574 or 4871267. OLE color: 4871267.

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

Color convert

RGB 99 84 74 -
CMYK 0 0.15 0.25 0.61
HSL 24º 0.14% 0.34% -
HSV(B) 24º 0.25% 0.39% -
XYZ 9.55 9.49 7.81 -
YUV 87.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 99 84 74 0 0.15 0.25 0.61 24 0.14 0.34
Hex 63 54 4A 0 F 19 3D 18 E 22
Octal 143 124 112 0 17 31 75 30 16 42
Binary 1100011 1010100 1001010 0 1111 11001 111101 11000 1110 100010

Color Harmonies of #63544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63544A

Black with #63544A

Text Example


Text Example

White with #63544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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