Html Css Color HEX #685342 Quincy

📋 copy color: '#685342'

red 104 ◦ green 83 ◦ blue 66

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

Shades of Quincy #685342

Tints of Quincy #685342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 41.11%
G = 32.81%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#685342 (or 0x685342) is known color: Quincy. HEX triplet: 68, 53 and 42. RGB value is (104,83,66). Sum of RGB (Red+Green+Blue) = 104+83+66=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #685342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685342 is #97ACBD. Grayscale: #575757. Windows color (decimal): -9940158 or 4346728. OLE color: 4346728.

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

Color convert

RGB 104 83 66 -
CMYK 0 0.20 0.37 0.59
HSL 26.84º 0.22% 0.33% -
HSV(B) 26.84º 0.37% 0.41% -
XYZ 9.79 9.52 6.48 -
YUV 87.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 104 83 66 0 0.20 0.37 0.59 26.84 0.22 0.33
Hex 68 53 42 0 14 25 3B 1B 16 21
Octal 150 123 102 0 24 45 73 33 26 41
Binary 1101000 1010011 1000010 0 10100 100101 111011 11011 10110 100001

Color Harmonies of #685342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685342

Black with #685342

Text Example


Text Example

White with #685342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685342; }

 p { color: rgb(104,83,66); }

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

background-color css

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

 a { background-color: rgb(104,83,66); }

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

border-color css

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

 span { border-color: rgb(104,83,66); }

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