#6D686A

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

Shades of Scorpion #6D686A

Tints of Scorpion #6D686A

Color information

#6D686A (or 0x6D686A) is unknown color: approx Scorpion. HEX triplet: 6D, 68 and 6A. RGB value is (109,104,106). Sum of RGB (Red+Green+Blue) = 109+104+106=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 109 - color contains mainly: red. Hex color #6D686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D686A is #929795. Grayscale: #696969. Windows color (decimal): -9607062 or 6973549. OLE color: 6973549.

HSL color Cylindrical-coordinate representation of color #6D686A: hue angle of 336º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6D686A is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB109104106-
CMYK00.050.030.57
HSL336º2.35%41.76%-
HSV(B)336º4.59%42.75%-
XYZ13.8614.1915.64-
YUV105.72128.16130.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=34.17%
G=32.60%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910410600.050.030.573362.3541.76
Hex6D686A0533915022a
Octal15515015205371520252
Binary11011011101000110101001011111100110101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,106); }

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

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

 a { background-color: rgb(109,104,106); }

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

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

 span { border-color: rgb(109,104,106); }

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