Html Css Color HEX #625E5F Scorpion

📋 copy color: '#625E5F'

red 98 ◦ green 94 ◦ blue 95

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

Shades of Scorpion #625E5F

Tints of Scorpion #625E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 34.15%
G = 32.75%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#625E5F (or 0x625E5F) is known color: Scorpion. HEX triplet: 62, 5E and 5F. RGB value is (98,94,95). Sum of RGB (Red+Green+Blue) = 98+94+95=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 98 - color contains mainly: red. Hex color #625E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E5F is #9DA1A0. Grayscale: #5F5F5F. Windows color (decimal): -10330529 or 6250082. OLE color: 6250082.

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

Color convert

RGB 98 94 95 -
CMYK 0 0.04 0.03 0.62
HSL 345º 0.02% 0.38% -
HSV(B) 345º 0.04% 0.38% -
XYZ 11.11 11.43 12.45 -
YUV 95.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 98 94 95 0 0.04 0.03 0.62 345 0.02 0.38
Hex 62 5E 5F 0 4 3 3E 159 2 26
Octal 142 136 137 0 4 3 76 531 2 46
Binary 1100010 1011110 1011111 0 100 11 111110 101011001 10 100110

Color Harmonies of #625E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625E5F

Black with #625E5F

Text Example


Text Example

White with #625E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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