Html Css Color HEX #685D73 Scarpa Flow

📋 copy color: '#685D73'

red 104 ◦ green 93 ◦ blue 115

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

Shades of Scarpa Flow #685D73

Tints of Scarpa Flow #685D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 33.33%
G = 29.81%
B = 36.86%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#685D73 (or 0x685D73) is known color: Scarpa Flow. HEX triplet: 68, 5D and 73. RGB value is (104,93,115). Sum of RGB (Red+Green+Blue) = 104+93+115=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #685D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D73 is #97A28C. Grayscale: #626262. Windows color (decimal): -9937549 or 7560552. OLE color: 7560552.

HSL color Cylindrical-coordinate representation of color #685D73: hue angle of 270º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685D73 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 93 115 -
CMYK 0.10 0.19 0 0.55
HSL 270º 0.11% 0.41% -
HSV(B) 270º 0.19% 0.45% -
XYZ 12.72 12.01 17.87 -
YUV 98.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 104 93 115 0.10 0.19 0 0.55 270 0.11 0.41
Hex 68 5D 73 A 13 0 37 10E B 29
Octal 150 135 163 12 23 0 67 416 13 51
Binary 1101000 1011101 1110011 1010 10011 0 110111 100001110 1011 101001

Color Harmonies of #685D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D73

Black with #685D73

Text Example


Text Example

White with #685D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685D73; }

 p { color: rgb(104,93,115); }

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

background-color css

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

 a { background-color: rgb(104,93,115); }

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

border-color css

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

 span { border-color: rgb(104,93,115); }

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