#6F6266

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

Shades of Scorpion #6F6266

Tints of Scorpion #6F6266

Color information

#6F6266 (or 0x6F6266) is unknown color: approx Scorpion. HEX triplet: 6F, 62 and 66. RGB value is (111,98,102). Sum of RGB (Red+Green+Blue) = 111+98+102=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6266 is #909D99. Grayscale: #666666. Windows color (decimal): -9477530 or 6709871. OLE color: 6709871.

HSL color Cylindrical-coordinate representation of color #6F6266: hue angle of 341.54º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F6266 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11198102-
CMYK00.120.080.56
HSL341.54º6.22%40.98%-
HSV(B)341.54º11.71%43.53%-
XYZ13.3213.0714.39-
YUV102.34127.81134.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=35.69%
G=31.51%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119810200.120.080.56341.546.2240.98
Hex6F62660C838156629
Octal1571421460141070526651
Binary110111111000101100110011001000111000101010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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