#6E585E

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

Shades of Scorpion #6E585E

Tints of Scorpion #6E585E

Color information

#6E585E (or 0x6E585E) is unknown color: approx Scorpion. HEX triplet: 6E, 58 and 5E. RGB value is (110,88,94). Sum of RGB (Red+Green+Blue) = 110+88+94=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 110 - color contains mainly: red. Hex color #6E585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E585E is #91A7A1. Grayscale: #5F5F5F. Windows color (decimal): -9545634 or 6183022. OLE color: 6183022.

HSL color Cylindrical-coordinate representation of color #6E585E: hue angle of 343.64º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E585E is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB1108894-
CMYK00.20.150.57
HSL343.64º11.11%38.82%-
HSV(B)343.64º20%43.14%-
XYZ11.9411.112.1-
YUV95.26127.29138.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.67%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=37.67%
G=30.14%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110889400.20.150.57343.6411.1138.82
Hex6E585E014F39158b27
Octal15613013602417715301347
Binary11011101011000101111001010011111110011010110001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E585E; }

 p { color: rgb(110,88,94); }

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

<style>
 a { background-color: #6E585E; }

 a { background-color: rgb(110,88,94); }

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

<style>
 span { border-color: #6E585E; }

 span { border-color: rgb(110,88,94); }

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