#624B5D

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

Shades of Purple Taupe #624B5D

Tints of Purple Taupe #624B5D

Color information

#624B5D (or 0x624B5D) is unknown color: approx Purple Taupe. HEX triplet: 62, 4B and 5D. RGB value is (98,75,93). Sum of RGB (Red+Green+Blue) = 98+75+93=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #624B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B5D is #9DB4A2. Grayscale: #535353. Windows color (decimal): -10335395 or 6114146. OLE color: 6114146.

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

Color convert

RGB987593-
CMYK00.230.050.62
HSL313.04º13.29%33.92%-
HSV(B)313.04º23.47%38.43%-
XYZ9.538.4211.48-
YUV83.93133.12138.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=36.84%
G=28.20%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98759300.230.050.62313.0413.2933.92
Hex624B5D01753E139d22
Octal1421131350275764711542
Binary1100010100101110111010101111011111101001110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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