Html Css Color HEX #705646 Quincy

📋 copy color: '#705646'

red 112 ◦ green 86 ◦ blue 70

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

Shades of Quincy #705646

Tints of Quincy #705646

RGB

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

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

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

R = 41.79%
G = 32.09%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#705646 (or 0x705646) is known color: Quincy. HEX triplet: 70, 56 and 46. RGB value is (112,86,70). Sum of RGB (Red+Green+Blue) = 112+86+70=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #705646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705646 is #8FA9B9. Grayscale: #5C5C5C. Windows color (decimal): -9415098 or 4609648. OLE color: 4609648.

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

Color convert

RGB 112 86 70 -
CMYK 0 0.23 0.38 0.56
HSL 22.86º 0.23% 0.36% -
HSV(B) 22.86º 0.38% 0.44% -
XYZ 11.12 10.54 7.24 -
YUV 91.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 112 86 70 0 0.23 0.38 0.56 22.86 0.23 0.36
Hex 70 56 46 0 17 26 38 17 17 24
Octal 160 126 106 0 27 46 70 27 27 44
Binary 1110000 1010110 1000110 0 10111 100110 111000 10111 10111 100100

Color Harmonies of #705646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705646

Black with #705646

Text Example


Text Example

White with #705646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705646; }

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

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

background-color css

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

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

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

border-color css

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

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

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