Html Css Color HEX #705446 Quincy

📋 copy color: '#705446'

red 112 ◦ green 84 ◦ blue 70

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

Shades of Quincy #705446

Tints of Quincy #705446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 42.11%
G = 31.58%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#705446 (or 0x705446) is known color: Quincy. HEX triplet: 70, 54 and 46. RGB value is (112,84,70). Sum of RGB (Red+Green+Blue) = 112+84+70=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #705446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705446 is #8FABB9. Grayscale: #5A5A5A. Windows color (decimal): -9415610 or 4609136. OLE color: 4609136.

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

Color convert

RGB 112 84 70 -
CMYK 0 0.25 0.38 0.56
HSL 20º 0.23% 0.36% -
HSV(B) 20º 0.38% 0.44% -
XYZ 10.96 10.23 7.19 -
YUV 90.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 112 84 70 0 0.25 0.38 0.56 20 0.23 0.36
Hex 70 54 46 0 19 26 38 14 17 24
Octal 160 124 106 0 31 46 70 24 27 44
Binary 1110000 1010100 1000110 0 11001 100110 111000 10100 10111 100100

Color Harmonies of #705446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705446

Black with #705446

Text Example


Text Example

White with #705446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705446; }

 p { color: rgb(112,84,70); }

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

background-color css

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

 a { background-color: rgb(112,84,70); }

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

border-color css

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

 span { border-color: rgb(112,84,70); }

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