Html Css Color HEX #625C5E Scorpion

📋 copy color: '#625C5E'

red 98 ◦ green 92 ◦ blue 94

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

Shades of Scorpion #625C5E

Tints of Scorpion #625C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

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

R = 34.51%
G = 32.39%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#625C5E (or 0x625C5E) is known color: Scorpion. HEX triplet: 62, 5C and 5E. RGB value is (98,92,94). Sum of RGB (Red+Green+Blue) = 98+92+94=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 98 - color contains mainly: red. Hex color #625C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C5E is #9DA3A1. Grayscale: #5E5E5E. Windows color (decimal): -10331042 or 6184034. OLE color: 6184034.

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

Color convert

RGB 98 92 94 -
CMYK 0 0.06 0.04 0.62
HSL 340º 0.03% 0.37% -
HSV(B) 340º 0.06% 0.38% -
XYZ 10.88 11.06 12.15 -
YUV 94.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 98 92 94 0 0.06 0.04 0.62 340 0.03 0.37
Hex 62 5C 5E 0 6 4 3E 154 3 25
Octal 142 134 136 0 6 4 76 524 3 45
Binary 1100010 1011100 1011110 0 110 100 111110 101010100 11 100101

Color Harmonies of #625C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625C5E

Black with #625C5E

Text Example


Text Example

White with #625C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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