#6A585D

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

Shades of Scorpion #6A585D

Tints of Scorpion #6A585D

Color information

#6A585D (or 0x6A585D) is unknown color: approx Scorpion. HEX triplet: 6A, 58 and 5D. RGB value is (106,88,93). Sum of RGB (Red+Green+Blue) = 106+88+93=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A585D is #95A7A2. Grayscale: #5D5D5D. Windows color (decimal): -9807779 or 6117482. OLE color: 6117482.

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

Color convert

RGB1068893-
CMYK00.170.120.58
HSL343.33º9.28%38.04%-
HSV(B)343.33º16.98%41.57%-
XYZ11.4110.8311.85-
YUV93.95127.46136.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=36.93%
G=30.66%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106889300.170.120.58343.339.2838.04
Hex6A585D011C3A157926
Octal15213013502114725271146
Binary11010101011000101110101000111001110101010101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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