#624B5A

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

Shades of Liver #624B5A

Tints of Liver #624B5A

Color information

#624B5A (or 0x624B5A) is unknown color: approx Liver. HEX triplet: 62, 4B and 5A. RGB value is (98,75,90). Sum of RGB (Red+Green+Blue) = 98+75+90=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 98 - color contains mainly: red. Hex color #624B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B5A is #9DB4A5. Grayscale: #535353. Windows color (decimal): -10335398 or 5917538. OLE color: 5917538.

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

Color convert

RGB987590-
CMYK00.230.080.62
HSL320.87º13.29%33.92%-
HSV(B)320.87º23.47%38.43%-
XYZ9.48.3710.79-
YUV83.59131.62138.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.26%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=37.26%
G=28.52%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98759000.230.080.62320.8713.2933.92
Hex624B5A01783E141d22
Octal14211313202710765011542
Binary11000101001011101101001011110001111101010000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624B5A; }

 p { color: rgb(98,75,90); }

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

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

 a { background-color: rgb(98,75,90); }

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

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

 span { border-color: rgb(98,75,90); }

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