Html Css Color HEX #685241 Quincy

📋 copy color: '#685241'

red 104 ◦ green 82 ◦ blue 65

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

Shades of Quincy #685241

Tints of Quincy #685241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.9%

R = 41.43%
G = 32.67%
B = 25.9%

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

#685241 (or 0x685241) is known color: Quincy. HEX triplet: 68, 52 and 41. RGB value is (104,82,65). Sum of RGB (Red+Green+Blue) = 104+82+65=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #685241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685241 is #97ADBE. Grayscale: #565656. Windows color (decimal): -9940415 or 4280936. OLE color: 4280936.

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

Color convert

RGB 104 82 65 -
CMYK 0 0.21 0.38 0.59
HSL 26.15º 0.23% 0.33% -
HSV(B) 26.15º 0.38% 0.41% -
XYZ 9.68 9.36 6.3 -
YUV 86.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 104 82 65 0 0.21 0.38 0.59 26.15 0.23 0.33
Hex 68 52 41 0 15 26 3B 1A 17 21
Octal 150 122 101 0 25 46 73 32 27 41
Binary 1101000 1010010 1000001 0 10101 100110 111011 11010 10111 100001

Color Harmonies of #685241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685241

Black with #685241

Text Example


Text Example

White with #685241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685241; }

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

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

background-color css

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

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

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

border-color css

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

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

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