Html Css Color HEX #705442 Quincy

📋 copy color: '#705442'

red 112 ◦ green 84 ◦ blue 66

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

Shades of Quincy #705442

Tints of Quincy #705442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 42.75%
G = 32.06%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#705442 (or 0x705442) is known color: Quincy. HEX triplet: 70, 54 and 42. RGB value is (112,84,66). Sum of RGB (Red+Green+Blue) = 112+84+66=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #705442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705442 is #8FABBD. Grayscale: #5A5A5A. Windows color (decimal): -9415614 or 4346992. OLE color: 4346992.

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

Color convert

RGB 112 84 66 -
CMYK 0 0.25 0.41 0.56
HSL 23.48º 0.26% 0.35% -
HSV(B) 23.48º 0.41% 0.44% -
XYZ 10.84 10.18 6.55 -
YUV 90.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 112 84 66 0 0.25 0.41 0.56 23.48 0.26 0.35
Hex 70 54 42 0 19 29 38 17 1A 23
Octal 160 124 102 0 31 51 70 27 32 43
Binary 1110000 1010100 1000010 0 11001 101001 111000 10111 11010 100011

Color Harmonies of #705442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705442

Black with #705442

Text Example


Text Example

White with #705442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705442; }

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

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

background-color css

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

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

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

border-color css

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

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

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