#6C5A61

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

Shades of Scorpion #6C5A61

Tints of Scorpion #6C5A61

Color information

#6C5A61 (or 0x6C5A61) is unknown color: approx Scorpion. HEX triplet: 6C, 5A and 61. RGB value is (108,90,97). Sum of RGB (Red+Green+Blue) = 108+90+97=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5A61 is #93A59E. Grayscale: #606060. Windows color (decimal): -9676191 or 6380140. OLE color: 6380140.

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

Color convert

RGB1089097-
CMYK00.170.100.58
HSL336.67º9.09%38.82%-
HSV(B)336.67º16.67%42.35%-
XYZ1211.3612.87-
YUV96.18128.46136.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=36.61%
G=30.51%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108909700.170.100.58336.679.0938.82
Hex6C5A61011A3A151927
Octal15413214102112725211147
Binary11011001011010110000101000110101110101010100011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,90,97); }

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

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

 a { background-color: rgb(108,90,97); }

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

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

 span { border-color: rgb(108,90,97); }

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