Html Css Color HEX #685145 Quincy

📋 copy color: '#685145'

red 104 ◦ green 81 ◦ blue 69

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

Shades of Quincy #685145

Tints of Quincy #685145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

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

R = 40.94%
G = 31.89%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#685145 (or 0x685145) is known color: Quincy. HEX triplet: 68, 51 and 45. RGB value is (104,81,69). Sum of RGB (Red+Green+Blue) = 104+81+69=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #685145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685145 is #97AEBA. Grayscale: #565656. Windows color (decimal): -9940667 or 4542824. OLE color: 4542824.

HSL color Cylindrical-coordinate representation of color #685145: hue angle of 20.57º 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 #685145 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 81 69 -
CMYK 0 0.22 0.34 0.59
HSL 20.57º 0.2% 0.34% -
HSV(B) 20.57º 0.34% 0.41% -
XYZ 9.73 9.26 6.9 -
YUV 86.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 104 81 69 0 0.22 0.34 0.59 20.57 0.2 0.34
Hex 68 51 45 0 16 22 3B 15 14 22
Octal 150 121 105 0 26 42 73 25 24 42
Binary 1101000 1010001 1000101 0 10110 100010 111011 10101 10100 100010

Color Harmonies of #685145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685145

Black with #685145

Text Example


Text Example

White with #685145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685145; }

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

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

background-color css

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

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

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

border-color css

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

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

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