#6E6266

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

Shades of Scorpion #6E6266

Tints of Scorpion #6E6266

Color information

#6E6266 (or 0x6E6266) is unknown color: approx Scorpion. HEX triplet: 6E, 62 and 66. RGB value is (110,98,102). Sum of RGB (Red+Green+Blue) = 110+98+102=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6266 is #919D99. Grayscale: #666666. Windows color (decimal): -9543066 or 6709870. OLE color: 6709870.

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

Color convert

RGB11098102-
CMYK00.110.070.57
HSL340º5.77%40.78%-
HSV(B)340º10.91%43.14%-
XYZ13.213.0114.39-
YUV102.04127.98133.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.48%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=35.48%
G=31.61%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1109810200.110.070.573405.7740.78
Hex6E62660B739154629
Octal156142146013771524651
Binary11011101100010110011001011111111001101010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,98,102); }

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

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

 a { background-color: rgb(110,98,102); }

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

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

 span { border-color: rgb(110,98,102); }

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