Html Css Color HEX #625E60 Scorpion

📋 copy color: '#625E60'

red 98 ◦ green 94 ◦ blue 96

#625E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #625E60

Tints of Scorpion #625E60

RGB

 RED value IS 98 (38.67% from 255) = 34.03%

 GREEN value IS 94 (37.11% from 255) = 32.64%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 34.03%
G = 32.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#625E60 (or 0x625E60) is known color: Scorpion. HEX triplet: 62, 5E and 60. RGB value is (98,94,96). Sum of RGB (Red+Green+Blue) = 98+94+96=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 98 - color contains mainly: red. Hex color #625E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E60 is #9DA19F. Grayscale: #5F5F5F. Windows color (decimal): -10330528 or 6315618. OLE color: 6315618.

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

Color convert

RGB 98 94 96 -
CMYK 0 0.04 0.02 0.62
HSL 330º 0.02% 0.38% -
HSV(B) 330º 0.04% 0.38% -
XYZ 11.15 11.45 12.69 -
YUV 95.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 98 94 96 0 0.04 0.02 0.62 330 0.02 0.38
Hex 62 5E 60 0 4 2 3E 14A 2 26
Octal 142 136 140 0 4 2 76 512 2 46
Binary 1100010 1011110 1100000 0 100 10 111110 101001010 10 100110

Color Harmonies of #625E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625E60

Black with #625E60

Text Example


Text Example

White with #625E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #625E60;
 }
 .AnyTagClassName
 {
   color: #625E60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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