Html Css Color HEX #705745 Quincy

📋 copy color: '#705745'

red 112 ◦ green 87 ◦ blue 69

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

Shades of Quincy #705745

Tints of Quincy #705745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

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

R = 41.79%
G = 32.46%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#705745 (or 0x705745) is known color: Quincy. HEX triplet: 70, 57 and 45. RGB value is (112,87,69). Sum of RGB (Red+Green+Blue) = 112+87+69=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #705745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705745 is #8FA8BA. Grayscale: #5C5C5C. Windows color (decimal): -9414843 or 4544368. OLE color: 4544368.

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

Color convert

RGB 112 87 69 -
CMYK 0 0.22 0.38 0.56
HSL 25.12º 0.24% 0.35% -
HSV(B) 25.12º 0.38% 0.44% -
XYZ 11.16 10.69 7.11 -
YUV 92.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 112 87 69 0 0.22 0.38 0.56 25.12 0.24 0.35
Hex 70 57 45 0 16 26 38 19 18 23
Octal 160 127 105 0 26 46 70 31 30 43
Binary 1110000 1010111 1000101 0 10110 100110 111000 11001 11000 100011

Color Harmonies of #705745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705745

Black with #705745

Text Example


Text Example

White with #705745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705745; }

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

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

background-color css

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

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

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

border-color css

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

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

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