Html Css Color HEX #604D58 Liver

📋 copy color: '#604D58'

red 96 ◦ green 77 ◦ blue 88

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

Shades of Liver #604D58

Tints of Liver #604D58

RGB

 RED value IS 96 (37.89% from 255) = 36.78%

 GREEN value IS 77 (30.47% from 255) = 29.5%

 BLUE value IS 88 (34.77% from 255) = 33.72%

R = 36.78%
G = 29.5%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#604D58 (or 0x604D58) is known color: Liver. HEX triplet: 60, 4D and 58. RGB value is (96,77,88). Sum of RGB (Red+Green+Blue) = 96+77+88=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #604D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D58 is #9FB2A7. Grayscale: #535353. Windows color (decimal): -10465960 or 5786976. OLE color: 5786976.

HSL color Cylindrical-coordinate representation of color #604D58: hue angle of 325.26º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604D58 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 77 88 -
CMYK 0 0.20 0.08 0.62
HSL 325.26º 0.11% 0.34% -
HSV(B) 325.26º 0.2% 0.38% -
XYZ 9.24 8.5 10.39 -
YUV 83.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 96 77 88 0 0.20 0.08 0.62 325.26 0.11 0.34
Hex 60 4D 58 0 14 8 3E 145 B 22
Octal 140 115 130 0 24 10 76 505 13 42
Binary 1100000 1001101 1011000 0 10100 1000 111110 101000101 1011 100010

Color Harmonies of #604D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D58

Black with #604D58

Text Example


Text Example

White with #604D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604D58; }

 p { color: rgb(96,77,88); }

 H1.HeaderClassName
 {
   color: #604D58;
 }
 .AnyTagClassName
 {
   color: #604D58;
 }
</style>

background-color css

<style>
 a { background-color: #604D58; }

 a { background-color: rgb(96,77,88); }

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

border-color css

<style>
 span { border-color: #604D58; }

 span { border-color: rgb(96,77,88); }

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