Html Css Color HEX #604756 Liver

📋 copy color: '#604756'

red 96 ◦ green 71 ◦ blue 86

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

Shades of Liver #604756

Tints of Liver #604756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 37.94%
G = 28.06%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#604756 (or 0x604756) is known color: Liver. HEX triplet: 60, 47 and 56. RGB value is (96,71,86). Sum of RGB (Red+Green+Blue) = 96+71+86=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #604756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604756 is #9FB8A9. Grayscale: #505050. Windows color (decimal): -10467498 or 5654368. OLE color: 5654368.

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

Color convert

RGB 96 71 86 -
CMYK 0 0.26 0.10 0.62
HSL 324º 0.15% 0.33% -
HSV(B) 324º 0.26% 0.38% -
XYZ 8.76 7.67 9.82 -
YUV 80.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 96 71 86 0 0.26 0.10 0.62 324 0.15 0.33
Hex 60 47 56 0 1A A 3E 144 F 21
Octal 140 107 126 0 32 12 76 504 17 41
Binary 1100000 1000111 1010110 0 11010 1010 111110 101000100 1111 100001

Color Harmonies of #604756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604756

Black with #604756

Text Example


Text Example

White with #604756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604756; }

 p { color: rgb(96,71,86); }

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

background-color css

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

 a { background-color: rgb(96,71,86); }

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

border-color css

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

 span { border-color: rgb(96,71,86); }

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