#615A5C

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

Shades of Scorpion #615A5C

Tints of Scorpion #615A5C

Color information

#615A5C (or 0x615A5C) is unknown color: approx Scorpion. HEX triplet: 61, 5A and 5C. RGB value is (97,90,92). Sum of RGB (Red+Green+Blue) = 97+90+92=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 97 - color contains mainly: red. Hex color #615A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A5C is #9EA5A3. Grayscale: #5C5C5C. Windows color (decimal): -10397092 or 6052449. OLE color: 6052449.

HSL color Cylindrical-coordinate representation of color #615A5C: hue angle of 342.86º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #615A5C is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB979092-
CMYK00.070.050.62
HSL342.86º3.74%36.67%-
HSV(B)342.86º7.22%38.04%-
XYZ10.5210.6311.62-
YUV92.32127.82131.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=34.77%
G=32.26%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97909200.070.050.62342.863.7436.67
Hex615A5C0753E157425
Octal14113213407576527445
Binary1100001101101010111000111101111110101010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615A5C; }

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

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

<style>
 a { background-color: #615A5C; }

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

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

<style>
 span { border-color: #615A5C; }

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

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