#634D5C

Color #634D5C Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #634D5C

Tints of Liver #634D5C

Color information

#634D5C (or 0x634D5C) is unknown color: approx Liver. HEX triplet: 63, 4D and 5C. RGB value is (99,77,92). Sum of RGB (Red+Green+Blue) = 99+77+92=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #634D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D5C is #9CB2A3. Grayscale: #555555. Windows color (decimal): -10269348 or 6049123. OLE color: 6049123.

HSL color Cylindrical-coordinate representation of color #634D5C: hue angle of 319.09º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634D5C is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB997792-
CMYK00.220.070.61
HSL319.09º12.5%34.51%-
HSV(B)319.09º22.22%38.82%-
XYZ9.738.7311.3-
YUV85.29131.79137.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=36.94%
G=28.73%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99779200.220.070.61319.0912.534.51
Hex634D5C01673D13fc23
Octal1431151340267754771443
Binary1100011100110110111000101101111111011001111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634D5C; }

 p { color: rgb(99,77,92); }

 H1.HeaderClassName
 {
   color: #634D5C;
 }
 .AnyTagClassName
 {
   color: #634D5C;
 }
</style>
background-color css

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

 a { background-color: rgb(99,77,92); }

 div.DivClassName
 {
   background-color: #634D5C;
 }
 .BgClassName
 {
   background-color: #634D5C;
 }
</style>
border-color css

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

 span { border-color: rgb(99,77,92); }

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