Html Css Color HEX #715647 Quincy

📋 copy color: '#715647'

red 113 ◦ green 86 ◦ blue 71

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

Shades of Quincy #715647

Tints of Quincy #715647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 41.85%
G = 31.85%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#715647 (or 0x715647) is known color: Quincy. HEX triplet: 71, 56 and 47. RGB value is (113,86,71). Sum of RGB (Red+Green+Blue) = 113+86+71=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #715647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715647 is #8EA9B8. Grayscale: #5C5C5C. Windows color (decimal): -9349561 or 4675185. OLE color: 4675185.

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

Color convert

RGB 113 86 71 -
CMYK 0 0.24 0.37 0.56
HSL 21.43º 0.23% 0.36% -
HSV(B) 21.43º 0.37% 0.44% -
XYZ 11.28 10.62 7.42 -
YUV 92.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 113 86 71 0 0.24 0.37 0.56 21.43 0.23 0.36
Hex 71 56 47 0 18 25 38 15 17 24
Octal 161 126 107 0 30 45 70 25 27 44
Binary 1110001 1010110 1000111 0 11000 100101 111000 10101 10111 100100

Color Harmonies of #715647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715647

Black with #715647

Text Example


Text Example

White with #715647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715647; }

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

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

background-color css

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

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

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

border-color css

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

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

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