#624E5D

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

Shades of Salt Box #624E5D

Tints of Salt Box #624E5D

Color information

#624E5D (or 0x624E5D) is unknown color: approx Salt Box. HEX triplet: 62, 4E and 5D. RGB value is (98,78,93). Sum of RGB (Red+Green+Blue) = 98+78+93=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 98 - color contains mainly: red. Hex color #624E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624E5D is #9DB1A2. Grayscale: #555555. Windows color (decimal): -10334627 or 6114914. OLE color: 6114914.

HSL color Cylindrical-coordinate representation of color #624E5D: hue angle of 315º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #624E5D is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB987893-
CMYK00.200.050.62
HSL315º11.36%34.51%-
HSV(B)315º20.41%38.43%-
XYZ9.748.8411.55-
YUV85.69132.13136.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.43%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=36.43%
G=29.00%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98789300.200.050.6231511.3634.51
Hex624E5D01453E13bb23
Octal1421161350245764731343
Binary1100010100111010111010101001011111101001110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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