Html Css Color HEX #685247 Quincy

📋 copy color: '#685247'

red 104 ◦ green 82 ◦ blue 71

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

Shades of Quincy #685247

Tints of Quincy #685247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

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

R = 40.47%
G = 31.91%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#685247 (or 0x685247) is known color: Quincy. HEX triplet: 68, 52 and 47. RGB value is (104,82,71). Sum of RGB (Red+Green+Blue) = 104+82+71=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685247 is #97ADB8. Grayscale: #575757. Windows color (decimal): -9940409 or 4674152. OLE color: 4674152.

HSL color Cylindrical-coordinate representation of color #685247: hue angle of 20º 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 #685247 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 71 -
CMYK 0 0.21 0.32 0.59
HSL 20º 0.19% 0.34% -
HSV(B) 20º 0.32% 0.41% -
XYZ 9.86 9.43 7.26 -
YUV 87.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 104 82 71 0 0.21 0.32 0.59 20 0.19 0.34
Hex 68 52 47 0 15 20 3B 14 13 22
Octal 150 122 107 0 25 40 73 24 23 42
Binary 1101000 1010010 1000111 0 10101 100000 111011 10100 10011 100010

Color Harmonies of #685247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685247

Black with #685247

Text Example


Text Example

White with #685247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685247; }

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

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

background-color css

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

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

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

border-color css

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

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

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