#6A565D

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

Shades of Scorpion #6A565D

Tints of Scorpion #6A565D

Color information

#6A565D (or 0x6A565D) is unknown color: approx Scorpion. HEX triplet: 6A, 56 and 5D. RGB value is (106,86,93). Sum of RGB (Red+Green+Blue) = 106+86+93=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A565D is #95A9A2. Grayscale: #5C5C5C. Windows color (decimal): -9808291 or 6116970. OLE color: 6116970.

HSL color Cylindrical-coordinate representation of color #6A565D: hue angle of 339º degrees, saturation: 0.1, 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 #6A565D is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1068693-
CMYK00.190.120.58
HSL339º10.42%37.65%-
HSV(B)339º18.87%41.57%-
XYZ11.2510.5111.79-
YUV92.78128.13137.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=37.19%
G=30.18%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106869300.190.120.5833910.4237.65
Hex6A565D013C3A153a26
Octal15212613502314725231246
Binary11010101010110101110101001111001110101010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,86,93); }

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

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

 a { background-color: rgb(106,86,93); }

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

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

 span { border-color: rgb(106,86,93); }

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