#625F60

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

Shades of Scorpion #625F60

Tints of Scorpion #625F60

Color information

#625F60 (or 0x625F60) is unknown color: approx Scorpion. HEX triplet: 62, 5F and 60. RGB value is (98,95,96). Sum of RGB (Red+Green+Blue) = 98+95+96=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 98 - color contains mainly: red. Hex color #625F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F60 is #9DA09F. Grayscale: #606060. Windows color (decimal): -10330272 or 6315874. OLE color: 6315874.

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

Color convert

RGB989596-
CMYK00.030.020.62
HSL340º1.55%37.84%-
HSV(B)340º3.06%38.43%-
XYZ11.2411.6312.72-
YUV96.01127.99129.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=33.91%
G=32.87%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98959600.030.020.623401.5537.84
Hex625F600323E154226
Octal14213714003276524246
Binary1100010101111111000000111011111010101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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