Html Css Color HEX #705440 Quincy

📋 copy color: '#705440'

red 112 ◦ green 84 ◦ blue 64

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

Shades of Quincy #705440

Tints of Quincy #705440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 43.08%
G = 32.31%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#705440 (or 0x705440) is known color: Quincy. HEX triplet: 70, 54 and 40. RGB value is (112,84,64). Sum of RGB (Red+Green+Blue) = 112+84+64=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705440 is #8FABBF. Grayscale: #5A5A5A. Windows color (decimal): -9415616 or 4215920. OLE color: 4215920.

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

Color convert

RGB 112 84 64 -
CMYK 0 0.25 0.43 0.56
HSL 25º 0.27% 0.35% -
HSV(B) 25º 0.43% 0.44% -
XYZ 10.78 10.16 6.24 -
YUV 90.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 112 84 64 0 0.25 0.43 0.56 25 0.27 0.35
Hex 70 54 40 0 19 2B 38 19 1B 23
Octal 160 124 100 0 31 53 70 31 33 43
Binary 1110000 1010100 1000000 0 11001 101011 111000 11001 11011 100011

Color Harmonies of #705440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705440

Black with #705440

Text Example


Text Example

White with #705440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705440; }

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

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

background-color css

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

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

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

border-color css

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

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

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