#624E5E

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

Shades of Salt Box #624E5E

Tints of Salt Box #624E5E

Color information

#624E5E (or 0x624E5E) is unknown color: approx Salt Box. HEX triplet: 62, 4E and 5E. RGB value is (98,78,94). Sum of RGB (Red+Green+Blue) = 98+78+94=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #624E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624E5E is #9DB1A1. Grayscale: #555555. Windows color (decimal): -10334626 or 6180450. OLE color: 6180450.

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

Color convert

RGB987894-
CMYK00.200.040.62
HSL312º11.36%34.51%-
HSV(B)312º20.41%38.43%-
XYZ9.788.8511.78-
YUV85.8132.63136.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=36.30%
G=28.89%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98789400.200.040.6231211.3634.51
Hex624E5E01443E138b23
Octal1421161360244764701343
Binary1100010100111010111100101001001111101001110001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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