Html Css Color HEX #604C58 Liver

📋 copy color: '#604C58'

red 96 ◦ green 76 ◦ blue 88

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

Shades of Liver #604C58

Tints of Liver #604C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 36.92%
G = 29.23%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#604C58 (or 0x604C58) is known color: Liver. HEX triplet: 60, 4C and 58. RGB value is (96,76,88). Sum of RGB (Red+Green+Blue) = 96+76+88=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #604C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C58 is #9FB3A7. Grayscale: #535353. Windows color (decimal): -10466216 or 5786720. OLE color: 5786720.

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

Color convert

RGB 96 76 88 -
CMYK 0 0.21 0.08 0.62
HSL 324º 0.12% 0.34% -
HSV(B) 324º 0.21% 0.38% -
XYZ 9.17 8.36 10.36 -
YUV 83.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 96 76 88 0 0.21 0.08 0.62 324 0.12 0.34
Hex 60 4C 58 0 15 8 3E 144 C 22
Octal 140 114 130 0 25 10 76 504 14 42
Binary 1100000 1001100 1011000 0 10101 1000 111110 101000100 1100 100010

Color Harmonies of #604C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C58

Black with #604C58

Text Example


Text Example

White with #604C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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