#624A5C

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

Shades of Purple Taupe #624A5C

Tints of Purple Taupe #624A5C

Color information

#624A5C (or 0x624A5C) is unknown color: approx Purple Taupe. HEX triplet: 62, 4A and 5C. RGB value is (98,74,92). Sum of RGB (Red+Green+Blue) = 98+74+92=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #624A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A5C is #9DB5A3. Grayscale: #535353. Windows color (decimal): -10335652 or 6048354. OLE color: 6048354.

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

Color convert

RGB987492-
CMYK00.240.060.62
HSL315º13.95%33.73%-
HSV(B)315º24.49%38.43%-
XYZ9.428.2711.22-
YUV83.23132.95138.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 74 (29.30% from 255) = 28.03%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=37.12%
G=28.03%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98749200.240.060.6231513.9533.73
Hex624A5C01863E13be22
Octal1421121340306764731642
Binary1100010100101010111000110001101111101001110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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