#63575C

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

Shades of Scorpion #63575C

Tints of Scorpion #63575C

Color information

#63575C (or 0x63575C) is unknown color: approx Scorpion. HEX triplet: 63, 57 and 5C. RGB value is (99,87,92). Sum of RGB (Red+Green+Blue) = 99+87+92=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #63575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63575C is #9CA8A3. Grayscale: #5B5B5B. Windows color (decimal): -10266788 or 6051683. OLE color: 6051683.

HSL color Cylindrical-coordinate representation of color #63575C: hue angle of 335º 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 #63575C is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB998792-
CMYK00.120.070.61
HSL335º6.45%36.47%-
HSV(B)335º12.12%38.82%-
XYZ10.4910.2411.55-
YUV91.16128.48133.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=35.61%
G=31.29%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99879200.120.070.613356.4536.47
Hex63575C0C73D14f624
Octal143127134014775517644
Binary11000111010111101110001100111111101101001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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