Html Css Color HEX #604C5A Liver

📋 copy color: '#604C5A'

red 96 ◦ green 76 ◦ blue 90

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

Shades of Liver #604C5A

Tints of Liver #604C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 36.64%
G = 29.01%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#604C5A (or 0x604C5A) is known color: Liver. HEX triplet: 60, 4C and 5A. RGB value is (96,76,90). Sum of RGB (Red+Green+Blue) = 96+76+90=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #604C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C5A is #9FB3A5. Grayscale: #535353. Windows color (decimal): -10466214 or 5917792. OLE color: 5917792.

HSL color Cylindrical-coordinate representation of color #604C5A: hue angle of 318º 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 #604C5A is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 76 90 -
CMYK 0 0.21 0.06 0.62
HSL 318º 0.12% 0.34% -
HSV(B) 318º 0.21% 0.38% -
XYZ 9.25 8.39 10.81 -
YUV 83.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 96 76 90 0 0.21 0.06 0.62 318 0.12 0.34
Hex 60 4C 5A 0 15 6 3E 13E C 22
Octal 140 114 132 0 25 6 76 476 14 42
Binary 1100000 1001100 1011010 0 10101 110 111110 100111110 1100 100010

Color Harmonies of #604C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C5A

Black with #604C5A

Text Example


Text Example

White with #604C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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