#685F64

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

Shades of Scorpion #685F64

Tints of Scorpion #685F64

Color information

#685F64 (or 0x685F64) is unknown color: approx Scorpion. HEX triplet: 68, 5F and 64. RGB value is (104,95,100). Sum of RGB (Red+Green+Blue) = 104+95+100=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #685F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F64 is #97A09B. Grayscale: #626262. Windows color (decimal): -9937052 or 6578024. OLE color: 6578024.

HSL color Cylindrical-coordinate representation of color #685F64: hue angle of 326.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #685F64 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10495100-
CMYK00.090.040.59
HSL326.67º4.52%39.02%-
HSV(B)326.67º8.65%40.78%-
XYZ12.112.0513.74-
YUV98.26128.98132.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=34.78%
G=31.77%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049510000.090.040.59326.674.5239.02
Hex685F640943B147527
Octal150137144011473507547
Binary11010001011111110010001001100111011101000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,100); }

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

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

 a { background-color: rgb(104,95,100); }

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

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

 span { border-color: rgb(104,95,100); }

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