Html Css Color HEX #705546 Quincy

📋 copy color: '#705546'

red 112 ◦ green 85 ◦ blue 70

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

Shades of Quincy #705546

Tints of Quincy #705546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 41.95%
G = 31.84%
B = 26.22%

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

#705546 (or 0x705546) is known color: Quincy. HEX triplet: 70, 55 and 46. RGB value is (112,85,70). Sum of RGB (Red+Green+Blue) = 112+85+70=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705546 is #8FAAB9. Grayscale: #5B5B5B. Windows color (decimal): -9415354 or 4609392. OLE color: 4609392.

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

Color convert

RGB 112 85 70 -
CMYK 0 0.24 0.38 0.56
HSL 21.43º 0.23% 0.36% -
HSV(B) 21.43º 0.38% 0.44% -
XYZ 11.04 10.38 7.22 -
YUV 91.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 112 85 70 0 0.24 0.38 0.56 21.43 0.23 0.36
Hex 70 55 46 0 18 26 38 15 17 24
Octal 160 125 106 0 30 46 70 25 27 44
Binary 1110000 1010101 1000110 0 11000 100110 111000 10101 10111 100100

Color Harmonies of #705546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705546

Black with #705546

Text Example


Text Example

White with #705546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705546; }

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

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

background-color css

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

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

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

border-color css

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

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

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