#6A5B61

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

Shades of Scorpion #6A5B61

Tints of Scorpion #6A5B61

Color information

#6A5B61 (or 0x6A5B61) is unknown color: approx Scorpion. HEX triplet: 6A, 5B and 61. RGB value is (106,91,97). Sum of RGB (Red+Green+Blue) = 106+91+97=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B61 is #95A49E. Grayscale: #606060. Windows color (decimal): -9807007 or 6380394. OLE color: 6380394.

HSL color Cylindrical-coordinate representation of color #6A5B61: hue angle of 336º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A5B61 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1069197-
CMYK00.140.080.58
HSL336º7.61%38.63%-
HSV(B)336º14.15%41.57%-
XYZ11.8411.4112.89-
YUV96.17128.47135.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=36.05%
G=30.95%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106919700.140.080.583367.6138.63
Hex6A5B610E83A150827
Octal15213314101610725201047
Binary1101010101101111000010111010001110101010100001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,97); }

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

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

 a { background-color: rgb(106,91,97); }

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

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

 span { border-color: rgb(106,91,97); }

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