Html Css Color HEX #685245 Quincy

📋 copy color: '#685245'

red 104 ◦ green 82 ◦ blue 69

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

Shades of Quincy #685245

Tints of Quincy #685245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.06%

R = 40.78%
G = 32.16%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#685245 (or 0x685245) is known color: Quincy. HEX triplet: 68, 52 and 45. RGB value is (104,82,69). Sum of RGB (Red+Green+Blue) = 104+82+69=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #685245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685245 is #97ADBA. Grayscale: #575757. Windows color (decimal): -9940411 or 4543080. OLE color: 4543080.

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

Color convert

RGB 104 82 69 -
CMYK 0 0.21 0.34 0.59
HSL 22.29º 0.2% 0.34% -
HSV(B) 22.29º 0.34% 0.41% -
XYZ 9.8 9.41 6.93 -
YUV 87.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 104 82 69 0 0.21 0.34 0.59 22.29 0.2 0.34
Hex 68 52 45 0 15 22 3B 16 14 22
Octal 150 122 105 0 25 42 73 26 24 42
Binary 1101000 1010010 1000101 0 10101 100010 111011 10110 10100 100010

Color Harmonies of #685245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685245

Black with #685245

Text Example


Text Example

White with #685245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685245; }

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

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

background-color css

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

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

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

border-color css

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

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

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