#685B62

Color #685B62 Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #685B62

Tints of Scorpion #685B62

Color information

#685B62 (or 0x685B62) is unknown color: approx Scorpion. HEX triplet: 68, 5B and 62. RGB value is (104,91,98). Sum of RGB (Red+Green+Blue) = 104+91+98=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #685B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B62 is #97A49D. Grayscale: #5F5F5F. Windows color (decimal): -9938078 or 6445928. OLE color: 6445928.

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

Color convert

RGB1049198-
CMYK00.120.060.59
HSL327.69º6.67%38.24%-
HSV(B)327.69º12.5%40.78%-
XYZ11.6511.3113.12-
YUV95.68129.31133.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=35.49%
G=31.06%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104919800.120.060.59327.696.6738.24
Hex685B620C63B148726
Octal150133142014673510746
Binary11010001011011110001001100110111011101001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #685B62;
 }
 .AnyTagClassName
 {
   color: #685B62;
 }
</style>
background-color css

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

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

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

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

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

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