#614D5E

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

Shades of Salt Box #614D5E

Tints of Salt Box #614D5E

Color information

#614D5E (or 0x614D5E) is unknown color: approx Salt Box. HEX triplet: 61, 4D and 5E. RGB value is (97,77,94). Sum of RGB (Red+Green+Blue) = 97+77+94=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #614D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D5E is #9EB2A1. Grayscale: #545454. Windows color (decimal): -10400418 or 6180193. OLE color: 6180193.

HSL color Cylindrical-coordinate representation of color #614D5E: hue angle of 309º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #614D5E is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB977794-
CMYK00.210.030.62
HSL309º11.49%34.12%-
HSV(B)309º20.62%38.04%-
XYZ9.68.6611.75-
YUV84.92133.13136.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=36.19%
G=28.73%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97779400.210.030.6230911.4934.12
Hex614D5E01533E135b22
Octal1411151360253764651342
Binary110000110011011011110010101111111101001101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614D5E; }

 p { color: rgb(97,77,94); }

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

<style>
 a { background-color: #614D5E; }

 a { background-color: rgb(97,77,94); }

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

<style>
 span { border-color: #614D5E; }

 span { border-color: rgb(97,77,94); }

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