#625B5D

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

Shades of Scorpion #625B5D

Tints of Scorpion #625B5D

Color information

#625B5D (or 0x625B5D) is unknown color: approx Scorpion. HEX triplet: 62, 5B and 5D. RGB value is (98,91,93). Sum of RGB (Red+Green+Blue) = 98+91+93=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 98 - color contains mainly: red. Hex color #625B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B5D is #9DA4A2. Grayscale: #5D5D5D. Windows color (decimal): -10331299 or 6118242. OLE color: 6118242.

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

Color convert

RGB989193-
CMYK00.070.050.62
HSL342.86º3.7%37.06%-
HSV(B)342.86º7.14%38.43%-
XYZ10.7510.8711.89-
YUV93.32127.82131.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=34.75%
G=32.27%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98919300.070.050.62342.863.737.06
Hex625B5D0753E157425
Octal14213313507576527445
Binary1100010101101110111010111101111110101010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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