#625A5E

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

Shades of Scorpion #625A5E

Tints of Scorpion #625A5E

Color information

#625A5E (or 0x625A5E) is unknown color: approx Scorpion. HEX triplet: 62, 5A and 5E. RGB value is (98,90,94). Sum of RGB (Red+Green+Blue) = 98+90+94=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 98 - color contains mainly: red. Hex color #625A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A5E is #9DA5A1. Grayscale: #5C5C5C. Windows color (decimal): -10331554 or 6183522. OLE color: 6183522.

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

Color convert

RGB989094-
CMYK00.080.040.62
HSL330º4.26%36.86%-
HSV(B)330º8.16%38.43%-
XYZ10.7110.7212.09-
YUV92.85128.65131.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=34.75%
G=31.91%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98909400.080.040.623304.2636.86
Hex625A5E0843E14a425
Octal142132136010476512445
Binary11000101011010101111001000100111110101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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