#6D6365

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

Shades of Scorpion #6D6365

Tints of Scorpion #6D6365

Color information

#6D6365 (or 0x6D6365) is unknown color: approx Scorpion. HEX triplet: 6D, 63 and 65. RGB value is (109,99,101). Sum of RGB (Red+Green+Blue) = 109+99+101=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6365 is #929C9A. Grayscale: #666666. Windows color (decimal): -9608347 or 6644589. OLE color: 6644589.

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

Color convert

RGB10999101-
CMYK00.090.070.57
HSL348º4.81%40.78%-
HSV(B)348º9.17%42.75%-
XYZ13.1213.1114.15-
YUV102.22127.31132.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 101 (39.84% from 255) = 32.69%
R=35.28%
G=32.04%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099910100.090.070.573484.8140.78
Hex6D63650973915c529
Octal155143145011771534551
Binary11011011100011110010101001111111001101011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,99,101); }

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

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

 a { background-color: rgb(109,99,101); }

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

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

 span { border-color: rgb(109,99,101); }

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