#6F6366

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

Shades of Scorpion #6F6366

Tints of Scorpion #6F6366

Color information

#6F6366 (or 0x6F6366) is unknown color: approx Scorpion. HEX triplet: 6F, 63 and 66. RGB value is (111,99,102). Sum of RGB (Red+Green+Blue) = 111+99+102=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6366 is #909C99. Grayscale: #666666. Windows color (decimal): -9477274 or 6710127. OLE color: 6710127.

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

Color convert

RGB11199102-
CMYK00.110.080.56
HSL345º5.71%41.18%-
HSV(B)345º10.81%43.53%-
XYZ13.4213.2614.42-
YUV102.93127.48133.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=35.58%
G=31.73%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119910200.110.080.563455.7141.18
Hex6F63660B838159629
Octal1571431460131070531651
Binary110111111000111100110010111000111000101011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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