#6E5A5F

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

Shades of Scorpion #6E5A5F

Tints of Scorpion #6E5A5F

Color information

#6E5A5F (or 0x6E5A5F) is unknown color: approx Scorpion. HEX triplet: 6E, 5A and 5F. RGB value is (110,90,95). Sum of RGB (Red+Green+Blue) = 110+90+95=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A5F is #91A5A0. Grayscale: #606060. Windows color (decimal): -9545121 or 6249070. OLE color: 6249070.

HSL color Cylindrical-coordinate representation of color #6E5A5F: hue angle of 345º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E5A5F is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1109095-
CMYK00.180.140.57
HSL345º10%39.22%-
HSV(B)345º18.18%43.14%-
XYZ12.1511.4512.4-
YUV96.55127.13137.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=37.29%
G=30.51%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110909500.180.140.573451039.22
Hex6E5A5F012E39159a27
Octal15613213702216715311247
Binary11011101011010101111101001011101110011010110011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,90,95); }

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

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

 a { background-color: rgb(110,90,95); }

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

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

 span { border-color: rgb(110,90,95); }

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