Html Css Color HEX #705746 Quincy

📋 copy color: '#705746'

red 112 ◦ green 87 ◦ blue 70

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

Shades of Quincy #705746

Tints of Quincy #705746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 41.64%
G = 32.34%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#705746 (or 0x705746) is known color: Quincy. HEX triplet: 70, 57 and 46. RGB value is (112,87,70). Sum of RGB (Red+Green+Blue) = 112+87+70=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705746 is #8FA8B9. Grayscale: #5C5C5C. Windows color (decimal): -9414842 or 4609904. OLE color: 4609904.

HSL color Cylindrical-coordinate representation of color #705746: hue angle of 24.29º 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 #705746 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 70 -
CMYK 0 0.22 0.38 0.56
HSL 24.29º 0.23% 0.36% -
HSV(B) 24.29º 0.38% 0.44% -
XYZ 11.2 10.7 7.27 -
YUV 92.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 112 87 70 0 0.22 0.38 0.56 24.29 0.23 0.36
Hex 70 57 46 0 16 26 38 18 17 24
Octal 160 127 106 0 26 46 70 30 27 44
Binary 1110000 1010111 1000110 0 10110 100110 111000 11000 10111 100100

Color Harmonies of #705746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705746

Black with #705746

Text Example


Text Example

White with #705746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705746; }

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

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

background-color css

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

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

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

border-color css

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

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

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