Html Css Color HEX #685647 Quincy

📋 copy color: '#685647'

red 104 ◦ green 86 ◦ blue 71

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

Shades of Quincy #685647

Tints of Quincy #685647

RGB

 RED value IS 104 (41.02% from 255) = 39.85%

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

 BLUE value IS 71 (28.13% from 255) = 27.2%

R = 39.85%
G = 32.95%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#685647 (or 0x685647) is known color: Quincy. HEX triplet: 68, 56 and 47. RGB value is (104,86,71). Sum of RGB (Red+Green+Blue) = 104+86+71=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #685647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685647 is #97A9B8. Grayscale: #595959. Windows color (decimal): -9939385 or 4675176. OLE color: 4675176.

HSL color Cylindrical-coordinate representation of color #685647: hue angle of 27.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #685647 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 86 71 -
CMYK 0 0.17 0.32 0.59
HSL 27.27º 0.19% 0.34% -
HSV(B) 27.27º 0.32% 0.41% -
XYZ 10.17 10.05 7.37 -
YUV 89.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 104 86 71 0 0.17 0.32 0.59 27.27 0.19 0.34
Hex 68 56 47 0 11 20 3B 1B 13 22
Octal 150 126 107 0 21 40 73 33 23 42
Binary 1101000 1010110 1000111 0 10001 100000 111011 11011 10011 100010

Color Harmonies of #685647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685647

Black with #685647

Text Example


Text Example

White with #685647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685647; }

 p { color: rgb(104,86,71); }

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

background-color css

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

 a { background-color: rgb(104,86,71); }

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

border-color css

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

 span { border-color: rgb(104,86,71); }

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