#61575B

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

Shades of Scorpion #61575B

Tints of Scorpion #61575B

Color information

#61575B (or 0x61575B) is unknown color: approx Scorpion. HEX triplet: 61, 57 and 5B. RGB value is (97,87,91). Sum of RGB (Red+Green+Blue) = 97+87+91=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #61575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61575B is #9EA8A4. Grayscale: #5A5A5A. Windows color (decimal): -10397861 or 5986145. OLE color: 5986145.

HSL color Cylindrical-coordinate representation of color #61575B: hue angle of 336º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61575B is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB978791-
CMYK00.100.060.62
HSL336º5.43%36.08%-
HSV(B)336º10.31%38.04%-
XYZ10.2310.1111.31-
YUV90.45128.31132.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=35.27%
G=31.64%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97879100.100.060.623365.4336.08
Hex61575B0A63E150524
Octal141127133012676520544
Binary11000011010111101101101010110111110101010000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61575B; }

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

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

<style>
 a { background-color: #61575B; }

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

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

<style>
 span { border-color: #61575B; }

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

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