#68575F

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

Shades of Scorpion #68575F

Tints of Scorpion #68575F

Color information

#68575F (or 0x68575F) is unknown color: approx Scorpion. HEX triplet: 68, 57 and 5F. RGB value is (104,87,95). Sum of RGB (Red+Green+Blue) = 104+87+95=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #68575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68575F is #97A8A0. Grayscale: #5C5C5C. Windows color (decimal): -9939105 or 6248296. OLE color: 6248296.

HSL color Cylindrical-coordinate representation of color #68575F: hue angle of 331.76º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #68575F is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1048795-
CMYK00.160.090.59
HSL331.76º8.9%37.45%-
HSV(B)331.76º16.35%40.78%-
XYZ11.1810.5912.28-
YUV92.99129.13135.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=36.36%
G=30.42%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104879500.160.090.59331.768.937.45
Hex68575F01093B14c925
Octal15012713702011735141145
Binary11010001010111101111101000010011110111010011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68575F; }

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

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

<style>
 a { background-color: #68575F; }

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

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

<style>
 span { border-color: #68575F; }

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

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