#625E60

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

Shades of Scorpion #625E60

Tints of Scorpion #625E60

Color information

#625E60 (or 0x625E60) is unknown color: approx Scorpion. HEX triplet: 62, 5E and 60. RGB value is (98,94,96). Sum of RGB (Red+Green+Blue) = 98+94+96=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 98 - color contains mainly: red. Hex color #625E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E60 is #9DA19F. Grayscale: #5F5F5F. Windows color (decimal): -10330528 or 6315618. OLE color: 6315618.

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

Color convert

RGB989496-
CMYK00.040.020.62
HSL330º2.08%37.65%-
HSV(B)330º4.08%38.43%-
XYZ11.1511.4512.69-
YUV95.42128.33129.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.03%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=34.03%
G=32.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98949600.040.020.623302.0837.65
Hex625E600423E14a226
Octal14213614004276512246
Binary11000101011110110000001001011111010100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625E60; }

 p { color: rgb(98,94,96); }

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

<style>
 a { background-color: #625E60; }

 a { background-color: rgb(98,94,96); }

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

<style>
 span { border-color: #625E60; }

 span { border-color: rgb(98,94,96); }

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