#625B5F

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

Shades of Scorpion #625B5F

Tints of Scorpion #625B5F

Color information

#625B5F (or 0x625B5F) is unknown color: approx Scorpion. HEX triplet: 62, 5B and 5F. RGB value is (98,91,95). Sum of RGB (Red+Green+Blue) = 98+91+95=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 98 - color contains mainly: red. Hex color #625B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B5F is #9DA4A0. Grayscale: #5D5D5D. Windows color (decimal): -10331297 or 6249314. OLE color: 6249314.

HSL color Cylindrical-coordinate representation of color #625B5F: hue angle of 325.71º 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 #625B5F is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB989195-
CMYK00.070.030.62
HSL325.71º3.7%37.06%-
HSV(B)325.71º7.14%38.43%-
XYZ10.8410.9112.36-
YUV93.55128.82131.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=34.51%
G=32.04%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98919500.070.030.62325.713.737.06
Hex625B5F0733E146425
Octal14213313707376506445
Binary110001010110111011111011111111110101000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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