Html Css Color HEX #705647 Quincy

📋 copy color: '#705647'

red 112 ◦ green 86 ◦ blue 71

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

Shades of Quincy #705647

Tints of Quincy #705647

RGB

 RED value IS 112 (44.14% from 255) = 41.64%

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

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

R = 41.64%
G = 31.97%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#705647 (or 0x705647) is known color: Quincy. HEX triplet: 70, 56 and 47. RGB value is (112,86,71). Sum of RGB (Red+Green+Blue) = 112+86+71=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705647 is #8FA9B8. Grayscale: #5C5C5C. Windows color (decimal): -9415097 or 4675184. OLE color: 4675184.

HSL color Cylindrical-coordinate representation of color #705647: hue angle of 21.95º degrees, saturation: 0.22, 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 #705647 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 71 -
CMYK 0 0.23 0.37 0.56
HSL 21.95º 0.22% 0.36% -
HSV(B) 21.95º 0.37% 0.44% -
XYZ 11.15 10.56 7.41 -
YUV 92.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 112 86 71 0 0.23 0.37 0.56 21.95 0.22 0.36
Hex 70 56 47 0 17 25 38 16 16 24
Octal 160 126 107 0 27 45 70 26 26 44
Binary 1110000 1010110 1000111 0 10111 100101 111000 10110 10110 100100

Color Harmonies of #705647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705647

Black with #705647

Text Example


Text Example

White with #705647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705647; }

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

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

background-color css

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

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

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

border-color css

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

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

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