Html Css Color HEX #705648 Quincy

📋 copy color: '#705648'

red 112 ◦ green 86 ◦ blue 72

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

Shades of Quincy #705648

Tints of Quincy #705648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 41.48%
G = 31.85%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#705648 (or 0x705648) is known color: Quincy. HEX triplet: 70, 56 and 48. RGB value is (112,86,72). Sum of RGB (Red+Green+Blue) = 112+86+72=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #705648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705648 is #8FA9B7. Grayscale: #5C5C5C. Windows color (decimal): -9415096 or 4740720. OLE color: 4740720.

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

Color convert

RGB 112 86 72 -
CMYK 0 0.23 0.36 0.56
HSL 21º 0.22% 0.36% -
HSV(B) 21º 0.36% 0.44% -
XYZ 11.18 10.57 7.58 -
YUV 92.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 112 86 72 0 0.23 0.36 0.56 21 0.22 0.36
Hex 70 56 48 0 17 24 38 15 16 24
Octal 160 126 110 0 27 44 70 25 26 44
Binary 1110000 1010110 1001000 0 10111 100100 111000 10101 10110 100100

Color Harmonies of #705648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705648

Black with #705648

Text Example


Text Example

White with #705648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705648; }

 p { color: rgb(112,86,72); }

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

background-color css

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

 a { background-color: rgb(112,86,72); }

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

border-color css

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

 span { border-color: rgb(112,86,72); }

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