Html Css Color HEX #705545 Quincy

📋 copy color: '#705545'

red 112 ◦ green 85 ◦ blue 69

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

Shades of Quincy #705545

Tints of Quincy #705545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 42.11%
G = 31.95%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#705545 (or 0x705545) is known color: Quincy. HEX triplet: 70, 55 and 45. RGB value is (112,85,69). Sum of RGB (Red+Green+Blue) = 112+85+69=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #705545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705545 is #8FAABA. Grayscale: #5B5B5B. Windows color (decimal): -9415355 or 4543856. OLE color: 4543856.

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

Color convert

RGB 112 85 69 -
CMYK 0 0.24 0.38 0.56
HSL 22.33º 0.24% 0.35% -
HSV(B) 22.33º 0.38% 0.44% -
XYZ 11 10.37 7.05 -
YUV 91.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 112 85 69 0 0.24 0.38 0.56 22.33 0.24 0.35
Hex 70 55 45 0 18 26 38 16 18 23
Octal 160 125 105 0 30 46 70 26 30 43
Binary 1110000 1010101 1000101 0 11000 100110 111000 10110 11000 100011

Color Harmonies of #705545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705545

Black with #705545

Text Example


Text Example

White with #705545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705545; }

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

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

background-color css

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

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

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

border-color css

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

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

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