#624B5C

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

Shades of Purple Taupe #624B5C

Tints of Purple Taupe #624B5C

Color information

#624B5C (or 0x624B5C) is unknown color: approx Purple Taupe. HEX triplet: 62, 4B and 5C. RGB value is (98,75,92). Sum of RGB (Red+Green+Blue) = 98+75+92=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #624B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B5C is #9DB4A3. Grayscale: #535353. Windows color (decimal): -10335396 or 6048610. OLE color: 6048610.

HSL color Cylindrical-coordinate representation of color #624B5C: hue angle of 315.65º 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 #624B5C is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB987592-
CMYK00.230.060.62
HSL315.65º13.29%33.92%-
HSV(B)315.65º23.47%38.43%-
XYZ9.488.411.25-
YUV83.82132.62138.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=36.98%
G=28.30%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98759200.230.060.62315.6513.2933.92
Hex624B5C01763E13cd22
Octal1421131340276764741542
Binary1100010100101110111000101111101111101001111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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