#6A565C

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

Shades of Scorpion #6A565C

Tints of Scorpion #6A565C

Color information

#6A565C (or 0x6A565C) is unknown color: approx Scorpion. HEX triplet: 6A, 56 and 5C. RGB value is (106,86,92). Sum of RGB (Red+Green+Blue) = 106+86+92=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 106 - color contains mainly: red. Hex color #6A565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A565C is #95A9A3. Grayscale: #5C5C5C. Windows color (decimal): -9808292 or 6051434. OLE color: 6051434.

HSL color Cylindrical-coordinate representation of color #6A565C: hue angle of 342º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A565C is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB1068692-
CMYK00.190.130.58
HSL342º10.42%37.65%-
HSV(B)342º18.87%41.57%-
XYZ11.210.4911.56-
YUV92.66127.63137.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=37.32%
G=30.28%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106869200.190.130.5834210.4237.65
Hex6A565C013D3A156a26
Octal15212613402315725261246
Binary11010101010110101110001001111011110101010101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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