Html Css Color HEX #685649 Quincy

📋 copy color: '#685649'

red 104 ◦ green 86 ◦ blue 73

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

Shades of Quincy #685649

Tints of Quincy #685649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 39.54%
G = 32.7%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#685649 (or 0x685649) is known color: Quincy. HEX triplet: 68, 56 and 49. RGB value is (104,86,73). Sum of RGB (Red+Green+Blue) = 104+86+73=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #685649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685649 is #97A9B6. Grayscale: #595959. Windows color (decimal): -9939383 or 4806248. OLE color: 4806248.

HSL color Cylindrical-coordinate representation of color #685649: hue angle of 25.16º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685649 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 86 73 -
CMYK 0 0.17 0.30 0.59
HSL 25.16º 0.18% 0.35% -
HSV(B) 25.16º 0.3% 0.41% -
XYZ 10.24 10.08 7.71 -
YUV 89.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 104 86 73 0 0.17 0.30 0.59 25.16 0.18 0.35
Hex 68 56 49 0 11 1E 3B 19 12 23
Octal 150 126 111 0 21 36 73 31 22 43
Binary 1101000 1010110 1001001 0 10001 11110 111011 11001 10010 100011

Color Harmonies of #685649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685649

Black with #685649

Text Example


Text Example

White with #685649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685649; }

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

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

background-color css

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

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

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

border-color css

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

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

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