#624B5E

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

Shades of Salt Box #624B5E

Tints of Salt Box #624B5E

Color information

#624B5E (or 0x624B5E) is unknown color: approx Salt Box. HEX triplet: 62, 4B and 5E. RGB value is (98,75,94). Sum of RGB (Red+Green+Blue) = 98+75+94=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #624B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B5E is #9DB4A1. Grayscale: #535353. Windows color (decimal): -10335394 or 6179682. OLE color: 6179682.

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

Color convert

RGB987594-
CMYK00.230.040.62
HSL310.43º13.29%33.92%-
HSV(B)310.43º23.47%38.43%-
XYZ9.578.4411.71-
YUV84.04133.62137.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=36.70%
G=28.09%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98759400.230.040.62310.4313.2933.92
Hex624B5E01743E136d22
Octal1421131360274764661542
Binary1100010100101110111100101111001111101001101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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