Html Css Color HEX #705441 Quincy

📋 copy color: '#705441'

red 112 ◦ green 84 ◦ blue 65

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

Shades of Quincy #705441

Tints of Quincy #705441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 42.91%
G = 32.18%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#705441 (or 0x705441) is known color: Quincy. HEX triplet: 70, 54 and 41. RGB value is (112,84,65). Sum of RGB (Red+Green+Blue) = 112+84+65=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705441 is #8FABBE. Grayscale: #5A5A5A. Windows color (decimal): -9415615 or 4281456. OLE color: 4281456.

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

Color convert

RGB 112 84 65 -
CMYK 0 0.25 0.42 0.56
HSL 24.26º 0.27% 0.35% -
HSV(B) 24.26º 0.42% 0.44% -
XYZ 10.81 10.17 6.39 -
YUV 90.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 112 84 65 0 0.25 0.42 0.56 24.26 0.27 0.35
Hex 70 54 41 0 19 2A 38 18 1B 23
Octal 160 124 101 0 31 52 70 30 33 43
Binary 1110000 1010100 1000001 0 11001 101010 111000 11000 11011 100011

Color Harmonies of #705441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705441

Black with #705441

Text Example


Text Example

White with #705441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705441; }

 p { color: rgb(112,84,65); }

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

background-color css

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

 a { background-color: rgb(112,84,65); }

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

border-color css

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

 span { border-color: rgb(112,84,65); }

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