#6F6267

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

Shades of Scorpion #6F6267

Tints of Scorpion #6F6267

Color information

#6F6267 (or 0x6F6267) is unknown color: approx Scorpion. HEX triplet: 6F, 62 and 67. RGB value is (111,98,103). Sum of RGB (Red+Green+Blue) = 111+98+103=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6267 is #909D98. Grayscale: #666666. Windows color (decimal): -9477529 or 6775407. OLE color: 6775407.

HSL color Cylindrical-coordinate representation of color #6F6267: hue angle of 336.92º 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 #6F6267 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11198103-
CMYK00.120.070.56
HSL336.92º6.22%40.98%-
HSV(B)336.92º11.71%43.53%-
XYZ13.3713.0914.65-
YUV102.46128.31134.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=35.58%
G=31.41%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119810300.120.070.56336.926.2240.98
Hex6F62670C738151629
Octal157142147014770521651
Binary11011111100010110011101100111111000101010001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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