#61545D

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

Shades of Salt Box #61545D

Tints of Salt Box #61545D

Color information

#61545D (or 0x61545D) is unknown color: approx Salt Box. HEX triplet: 61, 54 and 5D. RGB value is (97,84,93). Sum of RGB (Red+Green+Blue) = 97+84+93=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #61545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61545D is #9EABA2. Grayscale: #585858. Windows color (decimal): -10398627 or 6116449. OLE color: 6116449.

HSL color Cylindrical-coordinate representation of color #61545D: hue angle of 318.46º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #61545D is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB978493-
CMYK00.130.040.62
HSL318.46º7.18%35.49%-
HSV(B)318.46º13.4%38.04%-
XYZ10.089.6711.69-
YUV88.91130.31133.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=35.40%
G=30.66%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97849300.130.040.62318.467.1835.49
Hex61545D0D43E13e723
Octal141124135015476476743
Binary11000011010100101110101101100111110100111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61545D; }

 p { color: rgb(97,84,93); }

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

<style>
 a { background-color: #61545D; }

 a { background-color: rgb(97,84,93); }

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

<style>
 span { border-color: #61545D; }

 span { border-color: rgb(97,84,93); }

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