#68565E

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

Shades of Scorpion #68565E

Tints of Scorpion #68565E

Color information

#68565E (or 0x68565E) is unknown color: approx Scorpion. HEX triplet: 68, 56 and 5E. RGB value is (104,86,94). Sum of RGB (Red+Green+Blue) = 104+86+94=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #68565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68565E is #97A9A1. Grayscale: #5C5C5C. Windows color (decimal): -9939362 or 6182504. OLE color: 6182504.

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

Color convert

RGB1048694-
CMYK00.170.100.59
HSL333.33º9.47%37.25%-
HSV(B)333.33º17.31%40.78%-
XYZ11.0610.4112.02-
YUV92.29128.96136.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=36.62%
G=30.28%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104869400.170.100.59333.339.4737.25
Hex68565E011A3B14d925
Octal15012613602112735151145
Binary11010001010110101111001000110101110111010011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68565E; }

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

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

<style>
 a { background-color: #68565E; }

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

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

<style>
 span { border-color: #68565E; }

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

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