Html Css Color HEX #705649 Quincy

📋 copy color: '#705649'

red 112 ◦ green 86 ◦ blue 73

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

Shades of Quincy #705649

Tints of Quincy #705649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 41.33%
G = 31.73%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#705649 (or 0x705649) is known color: Quincy. HEX triplet: 70, 56 and 49. RGB value is (112,86,73). Sum of RGB (Red+Green+Blue) = 112+86+73=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #705649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705649 is #8FA9B6. Grayscale: #5C5C5C. Windows color (decimal): -9415095 or 4806256. OLE color: 4806256.

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

Color convert

RGB 112 86 73 -
CMYK 0 0.23 0.35 0.56
HSL 20º 0.21% 0.36% -
HSV(B) 20º 0.35% 0.44% -
XYZ 11.21 10.58 7.75 -
YUV 92.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 112 86 73 0 0.23 0.35 0.56 20 0.21 0.36
Hex 70 56 49 0 17 23 38 14 15 24
Octal 160 126 111 0 27 43 70 24 25 44
Binary 1110000 1010110 1001001 0 10111 100011 111000 10100 10101 100100

Color Harmonies of #705649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705649

Black with #705649

Text Example


Text Example

White with #705649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705649; }

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

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

background-color css

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

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

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

border-color css

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

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

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