Html Css Color HEX #705643 Quincy

📋 copy color: '#705643'

red 112 ◦ green 86 ◦ blue 67

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

Shades of Quincy #705643

Tints of Quincy #705643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 42.26%
G = 32.45%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#705643 (or 0x705643) is known color: Quincy. HEX triplet: 70, 56 and 43. RGB value is (112,86,67). Sum of RGB (Red+Green+Blue) = 112+86+67=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705643 is #8FA9BC. Grayscale: #5B5B5B. Windows color (decimal): -9415101 or 4413040. OLE color: 4413040.

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

Color convert

RGB 112 86 67 -
CMYK 0 0.23 0.40 0.56
HSL 25.33º 0.25% 0.35% -
HSV(B) 25.33º 0.4% 0.44% -
XYZ 11.02 10.51 6.76 -
YUV 91.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 112 86 67 0 0.23 0.40 0.56 25.33 0.25 0.35
Hex 70 56 43 0 17 28 38 19 19 23
Octal 160 126 103 0 27 50 70 31 31 43
Binary 1110000 1010110 1000011 0 10111 101000 111000 11001 11001 100011

Color Harmonies of #705643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705643

Black with #705643

Text Example


Text Example

White with #705643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705643; }

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

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

background-color css

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

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

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

border-color css

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

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

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