Html Css Color HEX #625A5E Scorpion

📋 copy color: '#625A5E'

red 98 ◦ green 90 ◦ blue 94

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

Shades of Scorpion #625A5E

Tints of Scorpion #625A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 34.75%
G = 31.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#625A5E (or 0x625A5E) is known color: Scorpion. HEX triplet: 62, 5A and 5E. RGB value is (98,90,94). Sum of RGB (Red+Green+Blue) = 98+90+94=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 98 - color contains mainly: red. Hex color #625A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A5E is #9DA5A1. Grayscale: #5C5C5C. Windows color (decimal): -10331554 or 6183522. OLE color: 6183522.

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

Color convert

RGB 98 90 94 -
CMYK 0 0.08 0.04 0.62
HSL 330º 0.04% 0.37% -
HSV(B) 330º 0.08% 0.38% -
XYZ 10.71 10.72 12.09 -
YUV 92.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 98 90 94 0 0.08 0.04 0.62 330 0.04 0.37
Hex 62 5A 5E 0 8 4 3E 14A 4 25
Octal 142 132 136 0 10 4 76 512 4 45
Binary 1100010 1011010 1011110 0 1000 100 111110 101001010 100 100101

Color Harmonies of #625A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A5E

Black with #625A5E

Text Example


Text Example

White with #625A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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