#6A575C

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

Shades of Scorpion #6A575C

Tints of Scorpion #6A575C

Color information

#6A575C (or 0x6A575C) is unknown color: approx Scorpion. HEX triplet: 6A, 57 and 5C. RGB value is (106,87,92). Sum of RGB (Red+Green+Blue) = 106+87+92=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A575C is #95A8A3. Grayscale: #5D5D5D. Windows color (decimal): -9808036 or 6051690. OLE color: 6051690.

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

Color convert

RGB1068792-
CMYK00.180.130.58
HSL344.21º9.84%37.84%-
HSV(B)344.21º17.92%41.57%-
XYZ11.2810.6511.59-
YUV93.25127.29137.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=37.19%
G=30.53%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106879200.180.130.58344.219.8437.84
Hex6A575C012D3A158a26
Octal15212713402215725301246
Binary11010101010111101110001001011011110101010110001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,87,92); }

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

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

 a { background-color: rgb(106,87,92); }

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

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

 span { border-color: rgb(106,87,92); }

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