#625D5E

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

Shades of Scorpion #625D5E

Tints of Scorpion #625D5E

Color information

#625D5E (or 0x625D5E) is unknown color: approx Scorpion. HEX triplet: 62, 5D and 5E. RGB value is (98,93,94). Sum of RGB (Red+Green+Blue) = 98+93+94=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 98 - color contains mainly: red. Hex color #625D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D5E is #9DA2A1. Grayscale: #5E5E5E. Windows color (decimal): -10330786 or 6184290. OLE color: 6184290.

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

Color convert

RGB989394-
CMYK00.050.040.62
HSL348º2.62%37.45%-
HSV(B)348º5.1%38.43%-
XYZ10.9711.2312.18-
YUV94.61127.66130.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=34.39%
G=32.63%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98939400.050.040.623482.6237.45
Hex625D5E0543E15c325
Octal14213513605476534345
Binary110001010111011011110010110011111010101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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