#6D696B

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

Shades of Scorpion #6D696B

Tints of Scorpion #6D696B

Color information

#6D696B (or 0x6D696B) is unknown color: approx Scorpion. HEX triplet: 6D, 69 and 6B. RGB value is (109,105,107). Sum of RGB (Red+Green+Blue) = 109+105+107=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 109 - color contains mainly: red. Hex color #6D696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D696B is #929694. Grayscale: #6A6A6A. Windows color (decimal): -9606805 or 7039341. OLE color: 7039341.

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

Color convert

RGB109105107-
CMYK00.040.020.57
HSL330º1.87%41.96%-
HSV(B)330º3.67%42.75%-
XYZ14.0114.4215.95-
YUV106.42128.33129.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=33.96%
G=32.71%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910510700.040.020.573301.8741.96
Hex6D696B0423914a22a
Octal15515115304271512252
Binary11011011101001110101101001011100110100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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