Html Css Color HEX #61575D Liver

📋 copy color: '#61575D'

red 97 ◦ green 87 ◦ blue 93

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

Shades of Liver #61575D

Tints of Liver #61575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 35.02%
G = 31.41%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61575D (or 0x61575D) is known color: Liver. HEX triplet: 61, 57 and 5D. RGB value is (97,87,93). Sum of RGB (Red+Green+Blue) = 97+87+93=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 97 - color contains mainly: red. Hex color #61575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61575D is #9EA8A2. Grayscale: #5A5A5A. Windows color (decimal): -10397859 or 6117217. OLE color: 6117217.

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

Color convert

RGB 97 87 93 -
CMYK 0 0.10 0.04 0.62
HSL 324º 0.05% 0.36% -
HSV(B) 324º 0.1% 0.38% -
XYZ 10.31 10.15 11.77 -
YUV 90.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 97 87 93 0 0.10 0.04 0.62 324 0.05 0.36
Hex 61 57 5D 0 A 4 3E 144 5 24
Octal 141 127 135 0 12 4 76 504 5 44
Binary 1100001 1010111 1011101 0 1010 100 111110 101000100 101 100100

Color Harmonies of #61575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61575D

Black with #61575D

Text Example


Text Example

White with #61575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61575D; }

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

 H1.HeaderClassName
 {
   color: #61575D;
 }
 .AnyTagClassName
 {
   color: #61575D;
 }
</style>

background-color css

<style>
 a { background-color: #61575D; }

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

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

border-color css

<style>
 span { border-color: #61575D; }

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

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