#6D6A6B

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

Shades of Scorpion #6D6A6B

Tints of Scorpion #6D6A6B

Color information

#6D6A6B (or 0x6D6A6B) is unknown color: approx Scorpion. HEX triplet: 6D, 6A and 6B. RGB value is (109,106,107). Sum of RGB (Red+Green+Blue) = 109+106+107=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A6B is #929594. Grayscale: #6B6B6B. Windows color (decimal): -9606549 or 7039597. OLE color: 7039597.

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

Color convert

RGB109106107-
CMYK00.030.020.57
HSL340º1.4%42.16%-
HSV(B)340º2.75%42.75%-
XYZ14.1114.6215.99-
YUV107.01127.99129.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.85%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=33.85%
G=32.92%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910610700.030.020.573401.442.16
Hex6D6A6B0323915412a
Octal15515215303271524152
Binary110110111010101101011011101110011010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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