Html Css Color HEX #615B5D Scorpion

📋 copy color: '#615B5D'

red 97 ◦ green 91 ◦ blue 93

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

Shades of Scorpion #615B5D

Tints of Scorpion #615B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.38%

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 34.52%
G = 32.38%
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

#615B5D (or 0x615B5D) is known color: Scorpion. HEX triplet: 61, 5B and 5D. RGB value is (97,91,93). Sum of RGB (Red+Green+Blue) = 97+91+93=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 97 - color contains mainly: red. Hex color #615B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B5D is #9EA4A2. Grayscale: #5D5D5D. Windows color (decimal): -10396835 or 6118241. OLE color: 6118241.

HSL color Cylindrical-coordinate representation of color #615B5D: 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 #615B5D is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 91 93 -
CMYK 0 0.06 0.04 0.62
HSL 340º 0.03% 0.37% -
HSV(B) 340º 0.06% 0.38% -
XYZ 10.65 10.81 11.88 -
YUV 93.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 97 91 93 0 0.06 0.04 0.62 340 0.03 0.37
Hex 61 5B 5D 0 6 4 3E 154 3 25
Octal 141 133 135 0 6 4 76 524 3 45
Binary 1100001 1011011 1011101 0 110 100 111110 101010100 11 100101

Color Harmonies of #615B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615B5D

Black with #615B5D

Text Example


Text Example

White with #615B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,91,93); }

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

background-color css

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

 a { background-color: rgb(97,91,93); }

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

border-color css

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

 span { border-color: rgb(97,91,93); }

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