Html Css Color HEX #615E5F Scorpion

📋 copy color: '#615E5F'

red 97 ◦ green 94 ◦ blue 95

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

Shades of Scorpion #615E5F

Tints of Scorpion #615E5F

RGB

 RED value IS 97 (38.28% from 255) = 33.92%

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

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

R = 33.92%
G = 32.87%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#615E5F (or 0x615E5F) is known color: Scorpion. HEX triplet: 61, 5E and 5F. RGB value is (97,94,95). Sum of RGB (Red+Green+Blue) = 97+94+95=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 97 - color contains mainly: red. Hex color #615E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E5F is #9EA1A0. Grayscale: #5F5F5F. Windows color (decimal): -10396065 or 6250081. OLE color: 6250081.

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

Color convert

RGB 97 94 95 -
CMYK 0 0.03 0.02 0.62
HSL 340º 0.02% 0.37% -
HSV(B) 340º 0.03% 0.38% -
XYZ 11 11.37 12.44 -
YUV 95.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 97 94 95 0 0.03 0.02 0.62 340 0.02 0.37
Hex 61 5E 5F 0 3 2 3E 154 2 25
Octal 141 136 137 0 3 2 76 524 2 45
Binary 1100001 1011110 1011111 0 11 10 111110 101010100 10 100101

Color Harmonies of #615E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E5F

Black with #615E5F

Text Example


Text Example

White with #615E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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