#6C575E

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

Shades of Scorpion #6C575E

Tints of Scorpion #6C575E

Color information

#6C575E (or 0x6C575E) is unknown color: approx Scorpion. HEX triplet: 6C, 57 and 5E. RGB value is (108,87,94). Sum of RGB (Red+Green+Blue) = 108+87+94=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 108 - color contains mainly: red. Hex color #6C575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C575E is #93A8A1. Grayscale: #5E5E5E. Windows color (decimal): -9676962 or 6182764. OLE color: 6182764.

HSL color Cylindrical-coordinate representation of color #6C575E: hue angle of 340º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C575E is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB1088794-
CMYK00.190.130.58
HSL340º10.77%38.24%-
HSV(B)340º19.44%42.35%-
XYZ11.6110.8112.06-
YUV94.08127.96137.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=37.37%
G=30.10%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108879400.190.130.5834010.7738.24
Hex6C575E013D3A154b26
Octal15412713602315725241346
Binary11011001010111101111001001111011110101010101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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