Html Css Color HEX #685240 Quincy

📋 copy color: '#685240'

red 104 ◦ green 82 ◦ blue 64

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

Shades of Quincy #685240

Tints of Quincy #685240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.6%

R = 41.6%
G = 32.8%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#685240 (or 0x685240) is known color: Quincy. HEX triplet: 68, 52 and 40. RGB value is (104,82,64). Sum of RGB (Red+Green+Blue) = 104+82+64=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #685240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685240 is #97ADBF. Grayscale: #565656. Windows color (decimal): -9940416 or 4215400. OLE color: 4215400.

HSL color Cylindrical-coordinate representation of color #685240: hue angle of 27º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #685240 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 64 -
CMYK 0 0.21 0.38 0.59
HSL 27º 0.24% 0.33% -
HSV(B) 27º 0.38% 0.41% -
XYZ 9.65 9.35 6.15 -
YUV 86.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 104 82 64 0 0.21 0.38 0.59 27 0.24 0.33
Hex 68 52 40 0 15 26 3B 1B 18 21
Octal 150 122 100 0 25 46 73 33 30 41
Binary 1101000 1010010 1000000 0 10101 100110 111011 11011 11000 100001

Color Harmonies of #685240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685240

Black with #685240

Text Example


Text Example

White with #685240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685240; }

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

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

background-color css

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

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

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

border-color css

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

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

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