#6F6064

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

Shades of Scorpion #6F6064

Tints of Scorpion #6F6064

Color information

#6F6064 (or 0x6F6064) is unknown color: approx Scorpion. HEX triplet: 6F, 60 and 64. RGB value is (111,96,100). Sum of RGB (Red+Green+Blue) = 111+96+100=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6064 is #909F9B. Grayscale: #646464. Windows color (decimal): -9478044 or 6578287. OLE color: 6578287.

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

Color convert

RGB11196100-
CMYK00.140.100.56
HSL344º7.25%40.59%-
HSV(B)344º13.51%43.53%-
XYZ13.0412.6713.81-
YUV100.94127.47135.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=36.16%
G=31.27%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119610000.140.100.563447.2540.59
Hex6F60640EA38158729
Octal1571401440161270530751
Binary110111111000001100100011101010111000101011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,100); }

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

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

 a { background-color: rgb(111,96,100); }

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

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

 span { border-color: rgb(111,96,100); }

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