#626061

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

Shades of Scorpion #626061

Tints of Scorpion #626061

Color information

#626061 (or 0x626061) is unknown color: approx Scorpion. HEX triplet: 62, 60 and 61. RGB value is (98,96,97). Sum of RGB (Red+Green+Blue) = 98+96+97=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 98 - color contains mainly: red. Hex color #626061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626061 is #9D9F9E. Grayscale: #606060. Windows color (decimal): -10330015 or 6381666. OLE color: 6381666.

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

Color convert

RGB989697-
CMYK00.020.010.62
HSL330º1.03%38.04%-
HSV(B)330º2.04%38.43%-
XYZ11.3811.8312.99-
YUV96.71128.16128.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=33.68%
G=32.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98969700.020.010.623301.0338.04
Hex6260610213E14a126
Octal14214014102176512146
Binary11000101100000110000101011111101010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626061; }

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

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

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

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

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

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

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

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