Html Css Color HEX #61595C Scorpion

📋 copy color: '#61595C'

red 97 ◦ green 89 ◦ blue 92

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

Shades of Scorpion #61595C

Tints of Scorpion #61595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 34.89%
G = 32.01%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61595C (or 0x61595C) is known color: Scorpion. HEX triplet: 61, 59 and 5C. RGB value is (97,89,92). Sum of RGB (Red+Green+Blue) = 97+89+92=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 97 - color contains mainly: red. Hex color #61595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61595C is #9EA6A3. Grayscale: #5B5B5B. Windows color (decimal): -10397348 or 6052193. OLE color: 6052193.

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

Color convert

RGB 97 89 92 -
CMYK 0 0.08 0.05 0.62
HSL 337.5º 0.04% 0.36% -
HSV(B) 337.5º 0.08% 0.38% -
XYZ 10.43 10.46 11.59 -
YUV 91.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 97 89 92 0 0.08 0.05 0.62 337.5 0.04 0.36
Hex 61 59 5C 0 8 5 3E 152 4 24
Octal 141 131 134 0 10 5 76 522 4 44
Binary 1100001 1011001 1011100 0 1000 101 111110 101010010 100 100100

Color Harmonies of #61595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61595C

Black with #61595C

Text Example


Text Example

White with #61595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61595C; }

 p { color: rgb(97,89,92); }

 H1.HeaderClassName
 {
   color: #61595C;
 }
 .AnyTagClassName
 {
   color: #61595C;
 }
</style>

background-color css

<style>
 a { background-color: #61595C; }

 a { background-color: rgb(97,89,92); }

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

border-color css

<style>
 span { border-color: #61595C; }

 span { border-color: rgb(97,89,92); }

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