#624F5D

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

Shades of Salt Box #624F5D

Tints of Salt Box #624F5D

Color information

#624F5D (or 0x624F5D) is unknown color: approx Salt Box. HEX triplet: 62, 4F and 5D. RGB value is (98,79,93). Sum of RGB (Red+Green+Blue) = 98+79+93=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #624F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F5D is #9DB0A2. Grayscale: #565656. Windows color (decimal): -10334371 or 6115170. OLE color: 6115170.

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

Color convert

RGB987993-
CMYK00.190.050.62
HSL315.79º10.73%34.71%-
HSV(B)315.79º19.39%38.43%-
XYZ9.818.9811.57-
YUV86.28131.79136.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=36.30%
G=29.26%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98799300.190.050.62315.7910.7334.71
Hex624F5D01353E13cb23
Octal1421171350235764741343
Binary1100010100111110111010100111011111101001111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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