#61545E

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

Shades of Salt Box #61545E

Tints of Salt Box #61545E

Color information

#61545E (or 0x61545E) is unknown color: approx Salt Box. HEX triplet: 61, 54 and 5E. RGB value is (97,84,94). Sum of RGB (Red+Green+Blue) = 97+84+94=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #61545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61545E is #9EABA1. Grayscale: #595959. Windows color (decimal): -10398626 or 6181985. OLE color: 6181985.

HSL color Cylindrical-coordinate representation of color #61545E: hue angle of 313.85º 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 #61545E is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB978494-
CMYK00.130.030.62
HSL313.85º7.18%35.49%-
HSV(B)313.85º13.4%38.04%-
XYZ10.129.6911.93-
YUV89.03130.81133.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=35.27%
G=30.55%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97849400.130.030.62313.857.1835.49
Hex61545E0D33E13a723
Octal141124136015376472743
Binary1100001101010010111100110111111110100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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