Html Css Color HEX #60535A Liver

📋 copy color: '#60535A'

red 96 ◦ green 83 ◦ blue 90

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

Shades of Liver #60535A

Tints of Liver #60535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 35.69%
G = 30.86%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60535A (or 0x60535A) is known color: Liver. HEX triplet: 60, 53 and 5A. RGB value is (96,83,90). Sum of RGB (Red+Green+Blue) = 96+83+90=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #60535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60535A is #9FACA5. Grayscale: #575757. Windows color (decimal): -10464422 or 5919584. OLE color: 5919584.

HSL color Cylindrical-coordinate representation of color #60535A: hue angle of 327.69º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #60535A is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 83 90 -
CMYK 0 0.14 0.06 0.62
HSL 327.69º 0.07% 0.35% -
HSV(B) 327.69º 0.14% 0.38% -
XYZ 9.76 9.41 10.97 -
YUV 87.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 96 83 90 0 0.14 0.06 0.62 327.69 0.07 0.35
Hex 60 53 5A 0 E 6 3E 148 7 23
Octal 140 123 132 0 16 6 76 510 7 43
Binary 1100000 1010011 1011010 0 1110 110 111110 101001000 111 100011

Color Harmonies of #60535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60535A

Black with #60535A

Text Example


Text Example

White with #60535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60535A; }

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

 H1.HeaderClassName
 {
   color: #60535A;
 }
 .AnyTagClassName
 {
   color: #60535A;
 }
</style>

background-color css

<style>
 a { background-color: #60535A; }

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

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

border-color css

<style>
 span { border-color: #60535A; }

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

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