#63575B

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

Shades of Scorpion #63575B

Tints of Scorpion #63575B

Color information

#63575B (or 0x63575B) is unknown color: approx Scorpion. HEX triplet: 63, 57 and 5B. RGB value is (99,87,91). Sum of RGB (Red+Green+Blue) = 99+87+91=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #63575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63575B is #9CA8A4. Grayscale: #5B5B5B. Windows color (decimal): -10266789 or 5986147. OLE color: 5986147.

HSL color Cylindrical-coordinate representation of color #63575B: hue angle of 340º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63575B is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB998791-
CMYK00.120.080.61
HSL340º6.45%36.47%-
HSV(B)340º12.12%38.82%-
XYZ10.4410.2211.32-
YUV91.04127.98133.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=35.74%
G=31.41%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99879100.120.080.613406.4536.47
Hex63575B0C83D154624
Octal1431271330141075524644
Binary110001110101111011011011001000111101101010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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