Html Css Color HEX #685447 Quincy

📋 copy color: '#685447'

red 104 ◦ green 84 ◦ blue 71

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

Shades of Quincy #685447

Tints of Quincy #685447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.43%

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

R = 40.15%
G = 32.43%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#685447 (or 0x685447) is known color: Quincy. HEX triplet: 68, 54 and 47. RGB value is (104,84,71). Sum of RGB (Red+Green+Blue) = 104+84+71=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #685447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685447 is #97ABB8. Grayscale: #585858. Windows color (decimal): -9939897 or 4674664. OLE color: 4674664.

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

Color convert

RGB 104 84 71 -
CMYK 0 0.19 0.32 0.59
HSL 23.64º 0.19% 0.34% -
HSV(B) 23.64º 0.32% 0.41% -
XYZ 10.02 9.74 7.31 -
YUV 88.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 104 84 71 0 0.19 0.32 0.59 23.64 0.19 0.34
Hex 68 54 47 0 13 20 3B 18 13 22
Octal 150 124 107 0 23 40 73 30 23 42
Binary 1101000 1010100 1000111 0 10011 100000 111011 11000 10011 100010

Color Harmonies of #685447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685447

Black with #685447

Text Example


Text Example

White with #685447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685447; }

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

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

background-color css

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

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

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

border-color css

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

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

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