Html Css Color HEX #71564A Quincy

📋 copy color: '#71564A'

red 113 ◦ green 86 ◦ blue 74

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

Shades of Quincy #71564A

Tints of Quincy #71564A

RGB

 RED value IS 113 (44.53% from 255) = 41.39%

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

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

R = 41.39%
G = 31.5%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71564A (or 0x71564A) is known color: Quincy. HEX triplet: 71, 56 and 4A. RGB value is (113,86,74). Sum of RGB (Red+Green+Blue) = 113+86+74=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71564A is #8EA9B5. Grayscale: #5C5C5C. Windows color (decimal): -9349558 or 4871793. OLE color: 4871793.

HSL color Cylindrical-coordinate representation of color #71564A: hue angle of 18.46º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71564A is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 86 74 -
CMYK 0 0.24 0.35 0.56
HSL 18.46º 0.21% 0.37% -
HSV(B) 18.46º 0.35% 0.44% -
XYZ 11.37 10.66 7.94 -
YUV 92.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 113 86 74 0 0.24 0.35 0.56 18.46 0.21 0.37
Hex 71 56 4A 0 18 23 38 12 15 25
Octal 161 126 112 0 30 43 70 22 25 45
Binary 1110001 1010110 1001010 0 11000 100011 111000 10010 10101 100101

Color Harmonies of #71564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71564A

Black with #71564A

Text Example


Text Example

White with #71564A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,86,74); }

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

background-color css

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

 a { background-color: rgb(113,86,74); }

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

border-color css

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

 span { border-color: rgb(113,86,74); }

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