#68595E

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

Shades of Scorpion #68595E

Tints of Scorpion #68595E

Color information

#68595E (or 0x68595E) is unknown color: approx Scorpion. HEX triplet: 68, 59 and 5E. RGB value is (104,89,94). Sum of RGB (Red+Green+Blue) = 104+89+94=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #68595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68595E is #97A6A1. Grayscale: #5E5E5E. Windows color (decimal): -9938594 or 6183272. OLE color: 6183272.

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

Color convert

RGB1048994-
CMYK00.140.100.59
HSL340º7.77%37.84%-
HSV(B)340º14.42%40.78%-
XYZ11.310.912.1-
YUV94.06127.97135.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=36.24%
G=31.01%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104899400.140.100.593407.7737.84
Hex68595E0EA3B154826
Octal15013113601612735241046
Binary1101000101100110111100111010101110111010101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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