#62525C

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

Shades of Liver #62525C

Tints of Liver #62525C

Color information

#62525C (or 0x62525C) is unknown color: approx Liver. HEX triplet: 62, 52 and 5C. RGB value is (98,82,92). Sum of RGB (Red+Green+Blue) = 98+82+92=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #62525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62525C is #9DADA3. Grayscale: #575757. Windows color (decimal): -10333604 or 6050402. OLE color: 6050402.

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

Color convert

RGB988292-
CMYK00.160.060.62
HSL322.5º8.89%35.29%-
HSV(B)322.5º16.33%38.43%-
XYZ9.999.411.41-
YUV87.92130.3135.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=36.03%
G=30.15%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98829200.160.060.62322.58.8935.29
Hex62525C01063E142923
Octal1421221340206765021143
Binary1100010101001010111000100001101111101010000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62525C; }

 p { color: rgb(98,82,92); }

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

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

 a { background-color: rgb(98,82,92); }

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

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

 span { border-color: rgb(98,82,92); }

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