#6A555C

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

Shades of Scorpion #6A555C

Tints of Scorpion #6A555C

Color information

#6A555C (or 0x6A555C) is unknown color: approx Scorpion. HEX triplet: 6A, 55 and 5C. RGB value is (106,85,92). Sum of RGB (Red+Green+Blue) = 106+85+92=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 106 - color contains mainly: red. Hex color #6A555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A555C is #95AAA3. Grayscale: #5C5C5C. Windows color (decimal): -9808548 or 6051178. OLE color: 6051178.

HSL color Cylindrical-coordinate representation of color #6A555C: hue angle of 340º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A555C is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB1068592-
CMYK00.200.130.58
HSL340º10.99%37.45%-
HSV(B)340º19.81%41.57%-
XYZ11.1210.3311.53-
YUV92.08127.96137.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.46%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=37.46%
G=30.04%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106859200.200.130.5834010.9937.45
Hex6A555C014D3A154b25
Octal15212513402415725241345
Binary11010101010101101110001010011011110101010101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,85,92); }

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

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

 a { background-color: rgb(106,85,92); }

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

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

 span { border-color: rgb(106,85,92); }

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