#6D555C

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

Shades of Scorpion #6D555C

Tints of Scorpion #6D555C

Color information

#6D555C (or 0x6D555C) is unknown color: approx Scorpion. HEX triplet: 6D, 55 and 5C. RGB value is (109,85,92). Sum of RGB (Red+Green+Blue) = 109+85+92=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D555C is #92AAA3. Grayscale: #5C5C5C. Windows color (decimal): -9611940 or 6051181. OLE color: 6051181.

HSL color Cylindrical-coordinate representation of color #6D555C: hue angle of 342.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D555C is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB1098592-
CMYK00.220.160.57
HSL342.5º12.37%38.04%-
HSV(B)342.5º22.02%42.75%-
XYZ11.4910.5211.55-
YUV92.97127.45139.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=38.11%
G=29.72%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109859200.220.160.57342.512.3738.04
Hex6D555C0161039156c26
Octal15512513402620715261446
Binary110110110101011011100010110100001110011010101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,85,92); }

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

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

 a { background-color: rgb(109,85,92); }

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

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

 span { border-color: rgb(109,85,92); }

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