Html Css Color HEX #685B5E Scorpion

📋 copy color: '#685B5E'

red 104 ◦ green 91 ◦ blue 94

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

Shades of Scorpion #685B5E

Tints of Scorpion #685B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.49%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 35.99%
G = 31.49%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#685B5E (or 0x685B5E) is known color: Scorpion. HEX triplet: 68, 5B and 5E. RGB value is (104,91,94). Sum of RGB (Red+Green+Blue) = 104+91+94=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B5E is #97A4A1. Grayscale: #5F5F5F. Windows color (decimal): -9938082 or 6183784. OLE color: 6183784.

HSL color Cylindrical-coordinate representation of color #685B5E: hue angle of 346.15º degrees, saturation: 0.07, 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 #685B5E is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 91 94 -
CMYK 0 0.12 0.10 0.59
HSL 346.15º 0.07% 0.38% -
HSV(B) 346.15º 0.13% 0.41% -
XYZ 11.47 11.23 12.15 -
YUV 95.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 104 91 94 0 0.12 0.10 0.59 346.15 0.07 0.38
Hex 68 5B 5E 0 C A 3B 15A 7 26
Octal 150 133 136 0 14 12 73 532 7 46
Binary 1101000 1011011 1011110 0 1100 1010 111011 101011010 111 100110

Color Harmonies of #685B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B5E

Black with #685B5E

Text Example


Text Example

White with #685B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,91,94); }

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

background-color css

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

 a { background-color: rgb(104,91,94); }

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

border-color css

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

 span { border-color: rgb(104,91,94); }

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