#68565B

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

Shades of Scorpion #68565B

Tints of Scorpion #68565B

Color information

#68565B (or 0x68565B) is unknown color: approx Scorpion. HEX triplet: 68, 56 and 5B. RGB value is (104,86,91). Sum of RGB (Red+Green+Blue) = 104+86+91=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68565B is #97A9A4. Grayscale: #5B5B5B. Windows color (decimal): -9939365 or 5985896. OLE color: 5985896.

HSL color Cylindrical-coordinate representation of color #68565B: hue angle of 343.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 #68565B is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1048691-
CMYK00.170.120.59
HSL343.33º9.47%37.25%-
HSV(B)343.33º17.31%40.78%-
XYZ10.9310.3511.32-
YUV91.95127.46136.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=37.01%
G=30.60%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104869100.170.120.59343.339.4737.25
Hex68565B011C3B157925
Octal15012613302114735271145
Binary11010001010110101101101000111001110111010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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