Html Css Color HEX #685244 Quincy

📋 copy color: '#685244'

red 104 ◦ green 82 ◦ blue 68

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

Shades of Quincy #685244

Tints of Quincy #685244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 40.94%
G = 32.28%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#685244 (or 0x685244) is known color: Quincy. HEX triplet: 68, 52 and 44. RGB value is (104,82,68). Sum of RGB (Red+Green+Blue) = 104+82+68=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #685244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685244 is #97ADBB. Grayscale: #575757. Windows color (decimal): -9940412 or 4477544. OLE color: 4477544.

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

Color convert

RGB 104 82 68 -
CMYK 0 0.21 0.35 0.59
HSL 23.33º 0.21% 0.34% -
HSV(B) 23.33º 0.35% 0.41% -
XYZ 9.77 9.39 6.77 -
YUV 86.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 104 82 68 0 0.21 0.35 0.59 23.33 0.21 0.34
Hex 68 52 44 0 15 23 3B 17 15 22
Octal 150 122 104 0 25 43 73 27 25 42
Binary 1101000 1010010 1000100 0 10101 100011 111011 10111 10101 100010

Color Harmonies of #685244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685244

Black with #685244

Text Example


Text Example

White with #685244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685244; }

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

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

background-color css

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

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

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

border-color css

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

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

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