#6D575E

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

Shades of Scorpion #6D575E

Tints of Scorpion #6D575E

Color information

#6D575E (or 0x6D575E) is unknown color: approx Scorpion. HEX triplet: 6D, 57 and 5E. RGB value is (109,87,94). Sum of RGB (Red+Green+Blue) = 109+87+94=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D575E is #92A8A1. Grayscale: #5E5E5E. Windows color (decimal): -9611426 or 6182765. OLE color: 6182765.

HSL color Cylindrical-coordinate representation of color #6D575E: hue angle of 340.91º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D575E is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1098794-
CMYK00.200.140.57
HSL340.91º11.22%38.43%-
HSV(B)340.91º20.18%42.75%-
XYZ11.7410.8812.07-
YUV94.38127.79138.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=37.59%
G=30%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109879400.200.140.57340.9111.2238.43
Hex6D575E014E39155b26
Octal15512713602416715251346
Binary11011011010111101111001010011101110011010101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,87,94); }

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

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

 a { background-color: rgb(109,87,94); }

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

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

 span { border-color: rgb(109,87,94); }

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