#6E5961

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

Shades of Scorpion #6E5961

Tints of Scorpion #6E5961

Color information

#6E5961 (or 0x6E5961) is unknown color: approx Scorpion. HEX triplet: 6E, 59 and 61. RGB value is (110,89,97). Sum of RGB (Red+Green+Blue) = 110+89+97=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5961 is #91A69E. Grayscale: #606060. Windows color (decimal): -9545375 or 6379886. OLE color: 6379886.

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

Color convert

RGB1108997-
CMYK00.190.120.57
HSL337.14º10.55%39.02%-
HSV(B)337.14º19.09%43.14%-
XYZ12.1611.3212.85-
YUV96.19128.46137.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.16%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=37.16%
G=30.07%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110899700.190.120.57337.1410.5539.02
Hex6E5961013C39151b27
Octal15613114102314715211347
Binary11011101011001110000101001111001110011010100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,89,97); }

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

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

 a { background-color: rgb(110,89,97); }

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

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

 span { border-color: rgb(110,89,97); }

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