Html Css Color HEX #705444 Quincy

📋 copy color: '#705444'

red 112 ◦ green 84 ◦ blue 68

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

Shades of Quincy #705444

Tints of Quincy #705444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.76%

R = 42.42%
G = 31.82%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#705444 (or 0x705444) is known color: Quincy. HEX triplet: 70, 54 and 44. RGB value is (112,84,68). Sum of RGB (Red+Green+Blue) = 112+84+68=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705444 is #8FABBB. Grayscale: #5A5A5A. Windows color (decimal): -9415612 or 4478064. OLE color: 4478064.

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

Color convert

RGB 112 84 68 -
CMYK 0 0.25 0.39 0.56
HSL 21.82º 0.24% 0.35% -
HSV(B) 21.82º 0.39% 0.44% -
XYZ 10.9 10.2 6.86 -
YUV 90.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 112 84 68 0 0.25 0.39 0.56 21.82 0.24 0.35
Hex 70 54 44 0 19 27 38 16 18 23
Octal 160 124 104 0 31 47 70 26 30 43
Binary 1110000 1010100 1000100 0 11001 100111 111000 10110 11000 100011

Color Harmonies of #705444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705444

Black with #705444

Text Example


Text Example

White with #705444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705444; }

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

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

background-color css

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

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

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

border-color css

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

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

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