Html Css Color HEX #685A60 Scorpion

📋 copy color: '#685A60'

red 104 ◦ green 90 ◦ blue 96

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

Shades of Scorpion #685A60

Tints of Scorpion #685A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

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

R = 35.86%
G = 31.03%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#685A60 (or 0x685A60) is known color: Scorpion. HEX triplet: 68, 5A and 60. RGB value is (104,90,96). Sum of RGB (Red+Green+Blue) = 104+90+96=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 104 - color contains mainly: red. Hex color #685A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A60 is #97A59F. Grayscale: #5E5E5E. Windows color (decimal): -9938336 or 6314600. OLE color: 6314600.

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

Color convert

RGB 104 90 96 -
CMYK 0 0.13 0.08 0.59
HSL 334.29º 0.07% 0.38% -
HSV(B) 334.29º 0.13% 0.41% -
XYZ 11.48 11.1 12.6 -
YUV 94.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 104 90 96 0 0.13 0.08 0.59 334.29 0.07 0.38
Hex 68 5A 60 0 D 8 3B 14E 7 26
Octal 150 132 140 0 15 10 73 516 7 46
Binary 1101000 1011010 1100000 0 1101 1000 111011 101001110 111 100110

Color Harmonies of #685A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A60

Black with #685A60

Text Example


Text Example

White with #685A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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