Html Css Color HEX #685C60 Scorpion

📋 copy color: '#685C60'

red 104 ◦ green 92 ◦ blue 96

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

Shades of Scorpion #685C60

Tints of Scorpion #685C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 35.62%
G = 31.51%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#685C60 (or 0x685C60) is known color: Scorpion. HEX triplet: 68, 5C and 60. RGB value is (104,92,96). Sum of RGB (Red+Green+Blue) = 104+92+96=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #685C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C60 is #97A39F. Grayscale: #606060. Windows color (decimal): -9937824 or 6315112. OLE color: 6315112.

HSL color Cylindrical-coordinate representation of color #685C60: hue angle of 340º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #685C60 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 92 96 -
CMYK 0 0.12 0.08 0.59
HSL 340º 0.06% 0.38% -
HSV(B) 340º 0.12% 0.41% -
XYZ 11.65 11.44 12.66 -
YUV 96.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 104 92 96 0 0.12 0.08 0.59 340 0.06 0.38
Hex 68 5C 60 0 C 8 3B 154 6 26
Octal 150 134 140 0 14 10 73 524 6 46
Binary 1101000 1011100 1100000 0 1100 1000 111011 101010100 110 100110

Color Harmonies of #685C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C60

Black with #685C60

Text Example


Text Example

White with #685C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,92,96); }

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

background-color css

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

 a { background-color: rgb(104,92,96); }

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

border-color css

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

 span { border-color: rgb(104,92,96); }

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