Html Css Color HEX #705645 Quincy

📋 copy color: '#705645'

red 112 ◦ green 86 ◦ blue 69

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

Shades of Quincy #705645

Tints of Quincy #705645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.84%

R = 41.95%
G = 32.21%
B = 25.84%

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

#705645 (or 0x705645) is known color: Quincy. HEX triplet: 70, 56 and 45. RGB value is (112,86,69). Sum of RGB (Red+Green+Blue) = 112+86+69=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705645 is #8FA9BA. Grayscale: #5B5B5B. Windows color (decimal): -9415099 or 4544112. OLE color: 4544112.

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

Color convert

RGB 112 86 69 -
CMYK 0 0.23 0.38 0.56
HSL 23.72º 0.24% 0.35% -
HSV(B) 23.72º 0.38% 0.44% -
XYZ 11.08 10.53 7.08 -
YUV 91.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 112 86 69 0 0.23 0.38 0.56 23.72 0.24 0.35
Hex 70 56 45 0 17 26 38 18 18 23
Octal 160 126 105 0 27 46 70 30 30 43
Binary 1110000 1010110 1000101 0 10111 100110 111000 11000 11000 100011

Color Harmonies of #705645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705645

Black with #705645

Text Example


Text Example

White with #705645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705645; }

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

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

background-color css

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

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

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

border-color css

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

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

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